From 6626767ef2f3d76c513a1ad06445f82c396bf793 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Fri, 10 Jan 2025 09:10:00 -0500 Subject: [PATCH] More programs for crash --- home-manager/modules/programs/desktop.nix | 9 +++++++-- nixos/machines/crash/configuration.nix | 5 +++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/home-manager/modules/programs/desktop.nix b/home-manager/modules/programs/desktop.nix index a76748b..c0bcb7e 100644 --- a/home-manager/modules/programs/desktop.nix +++ b/home-manager/modules/programs/desktop.nix @@ -8,12 +8,17 @@ { home.packages = with pkgs; [ + # Communications webcord-vencord - spotify protonmail-desktop + signal-desktop + caprine + # Media + spotify inputs'.nixpkgs-unstable.legacyPackages.ente-web - protonvpn-gui calibre + # Utility + protonvpn-gui ]; services.syncthing = { diff --git a/nixos/machines/crash/configuration.nix b/nixos/machines/crash/configuration.nix index 50138ba..beb8834 100644 --- a/nixos/machines/crash/configuration.nix +++ b/nixos/machines/crash/configuration.nix @@ -129,8 +129,9 @@ # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [ - # vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. - # wget + libinput + maliit-keyboard + dconf-editor ]; # Some programs need SUID wrappers, can be configured further or are