modules: system: packages: remove some packages

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 8151b28527
commit ba5782e748
1 changed files with 0 additions and 3 deletions

View File

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