Remove some default packages

This commit is contained in:
Pim Kunis 2024-11-17 00:16:55 +01:00
parent f089149629
commit 92514e08c3
5 changed files with 12 additions and 4 deletions

View file

@ -1,4 +1,5 @@
{
pkgs,
config,
lib,
...
@ -15,5 +16,9 @@ in {
displayManager.lightdm.enable = true;
};
};
environment.cinnamon.excludePackages = with pkgs; [
gnome.gnome-terminal
];
};
}