From 397b4a37dd890f47df7f8a2e45cec131cca3783e Mon Sep 17 00:00:00 2001 From: Geir Okkenhaug Jerstad Date: Fri, 25 Oct 2024 09:08:34 +0200 Subject: [PATCH] removed kde installed gnome --- workstation/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workstation/configuration.nix b/workstation/configuration.nix index 9ff5f3d..2e06a2f 100644 --- a/workstation/configuration.nix +++ b/workstation/configuration.nix @@ -78,7 +78,7 @@ }; # Gnome - services.desktopManager.gnome.enable = true; + services.xserver.desktopManager.gnome.enable = true; services.flatpak.enable = true;