From 73dc6c32012d36c0574485ea21db538e5a9a92b3 Mon Sep 17 00:00:00 2001 From: "Mohamed C." Date: Fri, 11 Oct 2024 19:25:32 +0200 Subject: [PATCH] switch to plasma --- flake.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 545babf..beabd2f 100644 --- a/flake.nix +++ b/flake.nix @@ -49,11 +49,11 @@ ./modules/system/apps-misc ./modules/system/browser ./modules/system/flatpak - ./modules/system/gnome + ./modules/system/plasma ./modules/system/syncthing-${hostName} ]; displaySystemModules = [ - ./modules/system/gdm + ./modules/system/sddm ]; gamingSystemModules = hostName:[ ./modules/system/controller @@ -73,7 +73,7 @@ ./modules/user/shell ]; desktopUserModules = [ - ./modules/user/gnome + ./modules/user/plasma ]; gamingUserModules = [ ./modules/user/steam