From e827fa1cf7a789f98e6fb60935c98d32442adfbf Mon Sep 17 00:00:00 2001 From: Alex van de Sandt Date: Mon, 11 May 2026 09:07:05 -0500 Subject: [PATCH] Prune system and home packages --- configuration.nix | 6 ------ home.nix | 6 +----- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/configuration.nix b/configuration.nix index a3135e3..690ea35 100644 --- a/configuration.nix +++ b/configuration.nix @@ -108,18 +108,12 @@ programs.vim.enable = true; environment.systemPackages = with pkgs; [ - clang fd git - gparted htop - nixfmt - parted pavucontrol ripgrep unzip - usbutils - wget ]; fonts.packages = with pkgs; [ diff --git a/home.nix b/home.nix index 4aab644..c4f8e0c 100644 --- a/home.nix +++ b/home.nix @@ -38,21 +38,17 @@ ]; home.packages = with pkgs; [ - cargo-expand - dig - glibcInfo hyprpaper hyprshutdown - imagemagick jq man-pages man-pages-posix nixd + nixfmt prismlauncher thunderbird tree wl-clipboard - zathura ]; xdg.mimeApps = { -- 2.51.2