mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 15:04:59 +08:00
pureintent: gnome
This commit is contained in:
parent
711e6fc52f
commit
da86b1085d
1 changed files with 5 additions and 0 deletions
|
|
@ -61,6 +61,11 @@ in
|
|||
|
||||
programs.nix-ld.enable = true; # for vscode server
|
||||
|
||||
# GNOME Desktop Environment
|
||||
services.xserver.enable = true;
|
||||
services.xserver.displayManager.gdm.enable = true;
|
||||
services.xserver.desktopManager.gnome.enable = true;
|
||||
|
||||
# Workaround the annoying `Failed to start Network Manager Wait Online` error on switch.
|
||||
# https://github.com/NixOS/nixpkgs/issues/180175
|
||||
systemd.services.NetworkManager-wait-online.enable = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue