diff options
| author | Christian <[email protected]> | 2026-05-20 19:52:19 -0500 |
|---|---|---|
| committer | Christian <[email protected]> | 2026-05-20 19:52:19 -0500 |
| commit | 1b377ca69ac90dbc56267bdc48106678589f3de5 (patch) | |
| tree | 9e69a8f2413e37834bff668b2b5b79ba5f0c3057 | |
| parent | 386b2874a7ea1d6364714ce9f40e75295fca9fa1 (diff) | |
Remove user packages from system environment
| -rw-r--r-- | modules/common.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/common.nix b/modules/common.nix index eb97039..0abdb7a 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -59,15 +59,10 @@ home-manager.extraSpecialArgs = { inherit inputs; }; environment.systemPackages = with pkgs; [ - git file - wget - alacritty man-pages man-pages-posix - dmenu mosh - xclip ]; documentation.dev.enable = true; |
