nixos/gnome: fix option label
It is no longer GNOME 3. (cherry picked from commit 99fcca7b6bc850e1c1c47e9fbad41fc3264170f6)
This commit is contained in:
parent
dbf7af9afc
commit
403fb2db47
@ -174,7 +174,7 @@ in
|
|||||||
enable = mkOption {
|
enable = mkOption {
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
default = false;
|
default = false;
|
||||||
description = "Enable Gnome 3 desktop manager.";
|
description = "Enable GNOME desktop manager.";
|
||||||
};
|
};
|
||||||
|
|
||||||
sessionPath = mkOption {
|
sessionPath = mkOption {
|
||||||
@ -259,7 +259,7 @@ in
|
|||||||
(mkIf (cfg.enable || flashbackEnabled) {
|
(mkIf (cfg.enable || flashbackEnabled) {
|
||||||
# Seed our configuration into nixos-generate-config
|
# Seed our configuration into nixos-generate-config
|
||||||
system.nixos-generate-config.desktopConfiguration = [''
|
system.nixos-generate-config.desktopConfiguration = [''
|
||||||
# Enable the GNOME 3 Desktop Environment.
|
# Enable the GNOME Desktop Environment.
|
||||||
services.xserver.displayManager.gdm.enable = true;
|
services.xserver.displayManager.gdm.enable = true;
|
||||||
services.xserver.desktopManager.gnome.enable = true;
|
services.xserver.desktopManager.gnome.enable = true;
|
||||||
''];
|
''];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user