feat: appendix; enable gnome the right way

This commit is contained in:
etwas 2025-06-18 17:46:45 +02:00
parent 8041a07171
commit f5c2d583cd
Signed by: etwas
SSH key fingerprint: SHA256:bHhIeAdn/2k9jmOs6+u6ox98VYmoHUN3HfnpV2w8Ws0

View file

@ -18,4 +18,11 @@
excludePackages = with pkgs; [ xterm ];
};
services.desktopManager.gnome.enable = true;
services.displayManager = {
gdm = {
enable = true;
wayland = true;
};
};
}