From 9dae2e85650e3829b780450c7a5b001952ee1f4d Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Sun, 29 Dec 2024 10:29:15 -0500 Subject: [PATCH] weird ive not hit that before --- modules/desktops/wayland/sway.nix | 2 +- modules/desktops/wayland/swayfx.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/desktops/wayland/sway.nix b/modules/desktops/wayland/sway.nix index cea9e51..9ecfb5a 100644 --- a/modules/desktops/wayland/sway.nix +++ b/modules/desktops/wayland/sway.nix @@ -24,7 +24,7 @@ xorg.xrandr ]; }; - programs.dconf.enable = true; + config.programs.dconf.enable = true; config.environment = lib.mkIf config.desktop.sway.enable { sessionVariables = { diff --git a/modules/desktops/wayland/swayfx.nix b/modules/desktops/wayland/swayfx.nix index 03ecb79..46da7d4 100644 --- a/modules/desktops/wayland/swayfx.nix +++ b/modules/desktops/wayland/swayfx.nix @@ -25,7 +25,7 @@ xorg.xrandr ]; }; - programs.dconf.enable = true; + config.programs.dconf.enable = true; config.environment = lib.mkIf config.desktop.swayfx.enable { sessionVariables = {