mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-22 08:10:33 +01:00
switch to plasma6
This commit is contained in:
parent
744a00fe39
commit
742f27fbcb
|
@ -83,8 +83,8 @@
|
|||
services.xserver.enable = true;
|
||||
#services.xserver.displayManager.gdm.enable = true;
|
||||
#services.xserver.displayManager.sddm.enable = true;
|
||||
services.xserver.desktopManager.plasma5.enable = true;
|
||||
services.xserver.displayManager.defaultSession = "plasmawayland";
|
||||
services.xserver.desktopManager.plasma6.enable = true;
|
||||
services.xserver.displayManager.defaultSession = "plasma";
|
||||
services.xserver.videoDrivers = ["nvidia"];
|
||||
|
||||
virtualisation.docker.enable = true;
|
||||
|
|
Loading…
Reference in a new issue