diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index 64814f6..744ed39 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -245,6 +245,7 @@ in # List packages installed in system profile. To search, run: # $ nix search wget 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. 🤮 openh264 # rather, this is the client library dos2unix # convert file line endings diff --git a/hosts/default/main-user.nix b/hosts/default/main-user.nix index 2c4ad3f..61fd2ec 100644 --- a/hosts/default/main-user.nix +++ b/hosts/default/main-user.nix @@ -27,7 +27,8 @@ in extraGroups = [ "wheel" "networkmanager" "docker" ]; packages = with pkgs; [ #kdePackages.kate # ... why did I add this? - mkcert + bitwarden-desktop # password web service ui + mkcert # create locally trusted certificates prismlauncher # minecraft launcher/manager thunderbird # email client keepassxc # passwords!