Specify cli packages in home-manager

This commit is contained in:
ItsDrike 2024-03-24 12:24:00 +01:00
parent 5b2d36fcbf
commit 1e2a2c0222
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
6 changed files with 39 additions and 7 deletions

View file

@ -4,11 +4,7 @@
];
# Basic list of must-have packages for all systems
# TODO: Move these to home-manager, no need for system wide deps
# although maybe keep vim
environment.systemPackages = with pkgs; [
vim
gnupg
delta
];
}