From 648766fb404c740d85f2154e597a0f3867fd0894 Mon Sep 17 00:00:00 2001 From: "Mohamed C." Date: Sat, 5 Oct 2024 15:46:07 +0200 Subject: [PATCH] switch to gnome --- flake.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 8943a4f..71123b7 100644 --- a/flake.nix +++ b/flake.nix @@ -50,11 +50,11 @@ ./modules/system/apps-misc ./modules/system/browser ./modules/system/flatpak - ./modules/system/plasma + ./modules/system/gnome ./modules/system/syncthing-${hostName} ]; displaySystemModules = [ - ./modules/system/sddm + ./modules/system/gdm ]; gamingSystemModules = hostName:[ ./modules/system/controller @@ -74,7 +74,7 @@ ./modules/user/shell ]; desktopUserModules = [ - ./modules/user/plasma + ./modules/user/gnome ]; gamingUserModules = [ ./modules/user/steam