test
This commit is contained in:
parent
8459253942
commit
fd0a6c65ae
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@
|
|||
services.xserver = with unstable.pkgs; {
|
||||
# https://nixos.org/manual/nixos/stable/index.html#chap-gnome
|
||||
# Enable the GNOME Desktop Environment.
|
||||
displayManager.defaultSession = "plasmawayland";
|
||||
displayManager.ssdm.enable = true;
|
||||
desktopManager.kde.enable = true;
|
||||
displayManager.defaultSession = "plastmawayland";
|
||||
desktopManager.plasma5.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue