From 94f9efc9fb3c8e76aab6d6e5f9c9b1e40f420c2c Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Thu, 11 Sep 2025 17:41:43 +0200 Subject: [PATCH] feat(desktop): remove unneded packages. --- modules/cross-platform/home-manager/shell.nix | 14 -------------- modules/linux/home-manager/desktop.nix | 5 ----- modules/linux/home-manager/emulators.nix | 1 + modules/linux/home-manager/gaming.nix | 3 --- 4 files changed, 1 insertion(+), 22 deletions(-) diff --git a/modules/cross-platform/home-manager/shell.nix b/modules/cross-platform/home-manager/shell.nix index a840d5e..0a0157a 100644 --- a/modules/cross-platform/home-manager/shell.nix +++ b/modules/cross-platform/home-manager/shell.nix @@ -84,12 +84,6 @@ nix-direnv.enable = true; }; - # Install pay respects - programs.pay-respects = { - enable = true; - enableZshIntegration = true; - }; - # Install tealdeer programs.tealdeer.enable = true; @@ -146,13 +140,5 @@ filter_mode = "directory"; }; }; - - programs.password-store = { - enable = true; - settings = { - PASSWORD_STORE_DIR = "${config.home.homeDirectory}/.password-store"; - }; - package = pkgs.pass.withExtensions (exts: [exts.pass-import exts.pass-update exts.pass-genphrase exts.pass-file exts.pass-audit]); - }; }; } diff --git a/modules/linux/home-manager/desktop.nix b/modules/linux/home-manager/desktop.nix index 744f9db..681e49d 100644 --- a/modules/linux/home-manager/desktop.nix +++ b/modules/linux/home-manager/desktop.nix @@ -11,16 +11,11 @@ config = lib.mkIf config.crony.desktop.enable { home.packages = with pkgs; [ keepassxc - tutanota-desktop - spice-gtk vesktop piper - # jellyfin-mpv-shim - overskride galaxy-buds-client tiled nicotine-plus - # cbconvert-gui ]; # Install thunderbird diff --git a/modules/linux/home-manager/emulators.nix b/modules/linux/home-manager/emulators.nix index 182481b..7d491a1 100644 --- a/modules/linux/home-manager/emulators.nix +++ b/modules/linux/home-manager/emulators.nix @@ -24,6 +24,7 @@ dolphin-emu rpcs3 mame-tools + steam-rom-manager ]; }; } diff --git a/modules/linux/home-manager/gaming.nix b/modules/linux/home-manager/gaming.nix index d6ee10d..fc6340d 100644 --- a/modules/linux/home-manager/gaming.nix +++ b/modules/linux/home-manager/gaming.nix @@ -17,8 +17,6 @@ itch wineWowPackages.staging osu-lazer-bin - steam-rom-manager - bolt-launcher space-cadet-pinball gzdoom qzdl @@ -27,7 +25,6 @@ superTuxKart cataclysm-dda nzportable - proton-ge-custom ]; }; }