Removed some default apps, mostly GNOME applications (Now on luna too lol)

This commit is contained in:
KoenDR06 2024-11-03 22:24:35 +01:00
parent 47b6db5c5c
commit 9ba308bd41

View file

@ -41,6 +41,29 @@
loopback.enable = false; loopback.enable = false;
}; };
environment.plasma6.excludePackages = with pkgs.kdePackages; [
kate
konsole
];
environment.gnome.excludePackages = with pkgs; [
gnome-calendar
gnome-characters
nautilus
gnome-clocks
gnome-contacts
evince
file-roller
geary
gnome-system-monitor
eog
gnome-logs
gnome-maps
gnome-music
seahorse
gnome-text-editor
];
virtualisation.docker.enable = true; virtualisation.docker.enable = true;
virtualisation.virtualbox.host.enable = true; virtualisation.virtualbox.host.enable = true;