small fix
This commit is contained in:
parent
62041231b9
commit
e7fa7fcf70
1 changed files with 7 additions and 9 deletions
|
|
@ -115,16 +115,14 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
# GNOME Desktop Environment
|
# GNOME Desktop Environment
|
||||||
services.xserver = {
|
services.xserver.enable = true;
|
||||||
enable = true;
|
services.displayManager.gdm.enable = true;
|
||||||
displayManager.gdm.enable = true;
|
services.desktopManager.gnome.enable = true;
|
||||||
desktopManager.gnome.enable = true;
|
|
||||||
|
|
||||||
# Keyboard layout
|
# Keyboard layout
|
||||||
xkb = {
|
services.xserver.xkb = {
|
||||||
layout = "us";
|
layout = "us";
|
||||||
options = "";
|
options = "";
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# Exclude unwanted GNOME default packages
|
# Exclude unwanted GNOME default packages
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue