From 64fb384976bc53d92db5ae22807a11c8458b4e43 Mon Sep 17 00:00:00 2001 From: "Mohamed C." <65728018+Moe1369@users.noreply.github.com> Date: Wed, 4 Sep 2024 15:36:17 +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 5a16efb..be208f6 100644 --- a/flake.nix +++ b/flake.nix @@ -48,10 +48,10 @@ ./modules/system/apps-misc ./modules/system/browser ./modules/system/flatpak - ./modules/system/plasma + ./modules/system/gnome ]; displaySystemModules = [ - ./modules/system/sddm + ./modules/system/gdm ]; gamingSystemModules = [ ./modules/system/controller @@ -70,7 +70,7 @@ ./modules/user/shell ]; desktopUserModules = [ - ./modules/user/plasma + ./modules/user/gnome ]; gamingUserModules = []; serverUserModules = [];