This commit is contained in:
iFargle 2023-08-19 18:35:19 +09:00
parent d04e732681
commit b1e4a471b1

View file

@ -19,7 +19,7 @@
videoDrivers = [ "nvidia" ];
};
services.xserver = with pkgs; {
services.xserver = {
# https://nixos.org/manual/nixos/stable/index.html#chap-gnome
# Enable the GNOME Desktop Environment.
desktopManager.gnome.enable = true;