diff --git a/machines/luna/configuration.nix b/machines/luna/configuration.nix index c6dcbb4..97c77f0 100644 --- a/machines/luna/configuration.nix +++ b/machines/luna/configuration.nix @@ -41,6 +41,29 @@ 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.virtualbox.host.enable = true;