modules: system: packages: remove some packages
All checks were successful
continuous-integration/drone/push Build is passing

They either belong in a nix shell or are taken care of by other
configurations.
This commit is contained in:
Bruno BELANYI 2022-01-14 15:06:44 +01:00
parent 5558642d32
commit 42cb742976

View file

@ -12,9 +12,6 @@ in
config = lib.mkIf cfg.enable {
environment.systemPackages = with pkgs; [
git
git-crypt
mosh
vim
wget
];