feat: appendix; enable gnome the right way
This commit is contained in:
parent
8041a07171
commit
f5c2d583cd
1 changed files with 7 additions and 0 deletions
|
|
@ -18,4 +18,11 @@
|
|||
excludePackages = with pkgs; [ xterm ];
|
||||
};
|
||||
|
||||
services.desktopManager.gnome.enable = true;
|
||||
services.displayManager = {
|
||||
gdm = {
|
||||
enable = true;
|
||||
wayland = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue