Add plasma-manager module
All checks were successful
Check flake / build-amd64-linux (push) Successful in 2m46s

This commit is contained in:
2024-06-29 23:17:03 +01:00
parent eddbe239cf
commit 8d5680811d
3 changed files with 7 additions and 1 deletions

View File

@ -21,7 +21,7 @@
videoDrivers = [ "nvidia" ];
};
displayManager = {
defaultSession = "plasmax11";
defaultSession = if config.modules.desktop.kde.enable then "plasmax11" else "gnome-xorg";
sddm.wayland.enable = lib.mkForce false;
};
};