From e2d9cc37bb170ecb493a9067539a8217a7dd1058 Mon Sep 17 00:00:00 2001 From: vorboyvo Date: Wed, 21 May 2025 16:14:51 -0400 Subject: [PATCH] Removed a bunch of packages. --- hosts/randolph/home.nix | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/hosts/randolph/home.nix b/hosts/randolph/home.nix index 23be346..f034222 100644 --- a/hosts/randolph/home.nix +++ b/hosts/randolph/home.nix @@ -21,18 +21,15 @@ rec { home.packages = with pkgs; let archivo = callPackage ../../pkgs/archivo/archivo.nix { }; - nunito = callPackage ../../pkgs/nunito/nunito.nix { }; highway-gothic = callPackage ../../pkgs/highway-gothic/highway-gothic.nix { }; olympus = callPackage ../../pkgs/olympus/package.nix { }; - kakmerge = callPackage ../../pkgs/kakmerge/kakmerge.nix { }; - # xdg-terminal-exec = callPackage ../../pkgs/xdg-terminal-exec/xdg-terminal-exec.nix { }; in [ blueman kalker tldr ] ++ # Basic utilities - [ bitwarden-cli htop snore hledger hledger-ui ] + [ htop snore ] ++ # Personalized selection of command-line (CLI/TUI) apps [ defaultPrograms.terminal ] ++ # Terminal emulator [ @@ -42,9 +39,7 @@ rec { ] ++ # Basic graphical apps [ libreoffice - geary signal-desktop - element-desktop prismlauncher mumble gimp @@ -58,6 +53,7 @@ rec { bitwarden activate-linux remmina + pinta ] ++ # Personalized selection of graphical apps [ olympus @@ -88,9 +84,7 @@ rec { hunspellDicts.fr-moderne hunspellDicts.fr-classique ] ++ # Spell checking - # [ papirus-icon-theme ] ++ # Icons - # [ vanilla-dmz ] ++ # Cursor - [ keyutils android-file-transfer evolution epsonscan2 ] ++ # Temp + [ keyutils ] ++ # Temp [ ]; programs.home-manager.enable = true;