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
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue