From 886ee6da1864eea8099326dd093017b6aaad77e3 Mon Sep 17 00:00:00 2001 From: "Mohamed C." Date: Sat, 14 Sep 2024 16:28: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 9e22ac6..bb7f583 100644 --- a/flake.nix +++ b/flake.nix @@ -50,11 +50,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 @@ -74,7 +74,7 @@ ./modules/user/shell ]; desktopUserModules = [ - ./modules/user/gnome + ./modules/user/plasma ]; gamingUserModules = [ ./modules/user/steam