From 11b9c3de4446bb244e0242fcf285ab7c95669905 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Sat, 11 May 2024 10:04:21 +0200 Subject: [PATCH] fix the used setting --- modules/hyprland.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/hyprland.nix b/modules/hyprland.nix index 32a7fc3..98bec59 100644 --- a/modules/hyprland.nix +++ b/modules/hyprland.nix @@ -78,8 +78,8 @@ in exec-once = [ "waybar" "dunst" - (lib.mkIf cfg.wallpapers.automapaper.enable "automapaper -C ${config.xdg.configHome}/automapaper/config.toml") - (lib.mkIf cfg.wallpapers.automapaper.enable "automapaper -C ${config.xdg.configHome}/automapaper/config2nd.toml") + (lib.mkIf config.modules.automapaper.enable "automapaper -C ${config.xdg.configHome}/automapaper/config.toml") + (lib.mkIf config.modules.automapaper.enable "automapaper -C ${config.xdg.configHome}/automapaper/config2nd.toml") "hyprctl dispatcher focusmonitor 1" "hypridle" ];