treewide: Update option keys for GNOME/GDM

This commit is contained in:
Katherina Walshe-Grey 2025-12-06 14:55:32 +00:00
parent 297d0083d8
commit fd99cbd41f
4 changed files with 6 additions and 6 deletions

View file

@ -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;

View file

@ -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
{