From 9ba308bd416d54f077e8046229a215879df7ae87 Mon Sep 17 00:00:00 2001 From: KoenDR06 Date: Sun, 3 Nov 2024 22:24:35 +0100 Subject: [PATCH] Removed some default apps, mostly GNOME applications (Now on luna too lol) --- machines/luna/configuration.nix | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) 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;