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:
parent
8151b28527
commit
ba5782e748
|
@ -12,9 +12,6 @@ in
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
git
|
|
||||||
git-crypt
|
|
||||||
mosh
|
|
||||||
vim
|
vim
|
||||||
wget
|
wget
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue