Fixed the proper edge case handling of dummy file system. Moved the Gnome settings to the new options as per nixpkgs evaluation.
All checks were successful
Build Nix modules (dry-run) / build-modules (push) Successful in 3m40s
All checks were successful
Build Nix modules (dry-run) / build-modules (push) Successful in 3m40s
This commit is contained in:
parent
7fdee70cec
commit
7f3b5afbf6
2 changed files with 10 additions and 3 deletions
|
|
@ -8,8 +8,8 @@
|
|||
services.xserver.enable = true;
|
||||
|
||||
# Enable the GNOME Desktop Environment.
|
||||
services.xserver.displayManager.gdm.enable = true;
|
||||
services.xserver.desktopManager.gnome.enable = true;
|
||||
services.displayManager.gdm.enable = true;
|
||||
services.desktopManager.gnome.enable = true;
|
||||
|
||||
# Configure keymap in X11
|
||||
services.xserver.xkb = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue