feat(kde): switch to sddm
This commit is contained in:
parent
ff27a70ad1
commit
3d8485d011
4 changed files with 21 additions and 7 deletions
|
@ -1,7 +1,13 @@
|
|||
{pkgs, ...}: {
|
||||
services = {
|
||||
xserver.desktopManager.gnome.enable = true;
|
||||
displayManager.defaultSession = "gnome";
|
||||
displayManager = {
|
||||
defaultSession = "gnome";
|
||||
gdm = {
|
||||
enable = true;
|
||||
wayland = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
hm.programs.gnome-shell = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue