treewide: Update option keys for GNOME/GDM
This commit is contained in:
parent
297d0083d8
commit
fd99cbd41f
4 changed files with 6 additions and 6 deletions
|
|
@ -3,7 +3,7 @@
|
|||
# dconf is the configuration manager for GNOME.
|
||||
|
||||
let
|
||||
isGnome = osConfig.services.xserver.desktopManager.gnome.enable;
|
||||
isGnome = osConfig.services.desktopManager.gnome.enable;
|
||||
in
|
||||
{
|
||||
dconf.enable = isGnome;
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
let
|
||||
inherit (lib) optionals;
|
||||
isGraphical = osConfig.services.xserver.enable;
|
||||
isGnome = osConfig.services.xserver.desktopManager.gnome.enable;
|
||||
isGnome = osConfig.services.desktopManager.gnome.enable;
|
||||
isPlasma = osConfig.services.desktopManager.plasma6.enable;
|
||||
in
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue