Add plasma-manager module
All checks were successful
Check flake / build-amd64-linux (push) Successful in 2m46s
All checks were successful
Check flake / build-amd64-linux (push) Successful in 2m46s
This commit is contained in:
@ -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;
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user