This commit is contained in:
iFargle 2023-07-06 20:22:25 +09:00
parent 8459253942
commit fd0a6c65ae

View file

@ -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;
};
}