Add bitwarden-desktop and asciinema
This commit is contained in:
parent
ccfbdfcb6a
commit
9d0752c58a
2 changed files with 3 additions and 1 deletions
|
|
@ -245,6 +245,7 @@ in
|
||||||
# List packages installed in system profile. To search, run:
|
# List packages installed in system profile. To search, run:
|
||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
asciinema # terminal recorder/playback tool
|
||||||
freerdp # connect to KDE remotely w/RDP instead (KDE 6.1 servers)...seems it's still an xwindows client that's most tested. 🤮
|
freerdp # connect to KDE remotely w/RDP instead (KDE 6.1 servers)...seems it's still an xwindows client that's most tested. 🤮
|
||||||
openh264 # rather, this is the client library
|
openh264 # rather, this is the client library
|
||||||
dos2unix # convert file line endings
|
dos2unix # convert file line endings
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,8 @@ in
|
||||||
extraGroups = [ "wheel" "networkmanager" "docker" ];
|
extraGroups = [ "wheel" "networkmanager" "docker" ];
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
#kdePackages.kate # ... why did I add this?
|
#kdePackages.kate # ... why did I add this?
|
||||||
mkcert
|
bitwarden-desktop # password web service ui
|
||||||
|
mkcert # create locally trusted certificates
|
||||||
prismlauncher # minecraft launcher/manager
|
prismlauncher # minecraft launcher/manager
|
||||||
thunderbird # email client
|
thunderbird # email client
|
||||||
keepassxc # passwords!
|
keepassxc # passwords!
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue