small fix

This commit is contained in:
Yan Lin 2025-10-20 14:58:27 +02:00
parent 62041231b9
commit e7fa7fcf70

View file

@ -115,16 +115,14 @@
};
# GNOME Desktop Environment
services.xserver = {
enable = true;
displayManager.gdm.enable = true;
desktopManager.gnome.enable = true;
services.xserver.enable = true;
services.displayManager.gdm.enable = true;
services.desktopManager.gnome.enable = true;
# Keyboard layout
xkb = {
layout = "us";
options = "";
};
# Keyboard layout
services.xserver.xkb = {
layout = "us";
options = "";
};
# Exclude unwanted GNOME default packages