diff --git a/base/system.nix b/base/system.nix index 3b50ba6..94ea251 100644 --- a/base/system.nix +++ b/base/system.nix @@ -34,6 +34,7 @@ # List packages installed in system profile. # You can use https://search.nixos.org/ to find more packages (and options). environment.systemPackages = with pkgs; [ + cryfs git htop jq diff --git a/desktop/packages.nix b/desktop/packages.nix index e962398..5548bf1 100644 --- a/desktop/packages.nix +++ b/desktop/packages.nix @@ -11,11 +11,19 @@ programs.thunderbird.enable = true; environment.systemPackages = with pkgs; [ + libnotify + kdePackages.dolphin keepassxc element-desktop gimp-with-plugins inkscape nextcloud-client + vesktop + + bambu-studio + + dolphin-emu + dolphin-emu-primehack ]; }