feat(desktop): remove unneded packages.

This commit is contained in:
CronyAkatsuki 2025-09-11 17:41:43 +02:00
parent 5c2fec22c1
commit 94f9efc9fb
4 changed files with 1 additions and 22 deletions

View file

@ -84,12 +84,6 @@
nix-direnv.enable = true; nix-direnv.enable = true;
}; };
# Install pay respects
programs.pay-respects = {
enable = true;
enableZshIntegration = true;
};
# Install tealdeer # Install tealdeer
programs.tealdeer.enable = true; programs.tealdeer.enable = true;
@ -146,13 +140,5 @@
filter_mode = "directory"; 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]);
};
}; };
} }

View file

@ -11,16 +11,11 @@
config = lib.mkIf config.crony.desktop.enable { config = lib.mkIf config.crony.desktop.enable {
home.packages = with pkgs; [ home.packages = with pkgs; [
keepassxc keepassxc
tutanota-desktop
spice-gtk
vesktop vesktop
piper piper
# jellyfin-mpv-shim
overskride
galaxy-buds-client galaxy-buds-client
tiled tiled
nicotine-plus nicotine-plus
# cbconvert-gui
]; ];
# Install thunderbird # Install thunderbird

View file

@ -24,6 +24,7 @@
dolphin-emu dolphin-emu
rpcs3 rpcs3
mame-tools mame-tools
steam-rom-manager
]; ];
}; };
} }

View file

@ -17,8 +17,6 @@
itch itch
wineWowPackages.staging wineWowPackages.staging
osu-lazer-bin osu-lazer-bin
steam-rom-manager
bolt-launcher
space-cadet-pinball space-cadet-pinball
gzdoom gzdoom
qzdl qzdl
@ -27,7 +25,6 @@
superTuxKart superTuxKart
cataclysm-dda cataclysm-dda
nzportable nzportable
proton-ge-custom
]; ];
}; };
} }