Reduced system-level packages

This commit is contained in:
Filippo Berto 2022-07-06 15:54:27 +02:00
parent bc1f5c2ac5
commit d0c3988b74
2 changed files with 19 additions and 70 deletions

View file

@ -121,7 +121,7 @@ with lib;
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [ tmux firefox kakoune vim git ];
environment.systemPackages = with pkgs; [ tmux helix vim git ];
# Some programs need SUID wrappers, can be configured further or are
# started in user sessions.