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; {
|
services.xserver = with unstable.pkgs; {
|
||||||
# https://nixos.org/manual/nixos/stable/index.html#chap-gnome
|
# https://nixos.org/manual/nixos/stable/index.html#chap-gnome
|
||||||
# Enable the GNOME Desktop Environment.
|
# Enable the GNOME Desktop Environment.
|
||||||
|
displayManager.defaultSession = "plasmawayland";
|
||||||
displayManager.ssdm.enable = true;
|
displayManager.ssdm.enable = true;
|
||||||
desktopManager.kde.enable = true;
|
desktopManager.plasma5.enable = true;
|
||||||
displayManager.defaultSession = "plastmawayland";
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue