fix the used setting

This commit is contained in:
Noa Aarts 2024-05-11 10:04:21 +02:00
parent 21283800e3
commit 11b9c3de44

View file

@ -78,8 +78,8 @@ in
exec-once = [ exec-once = [
"waybar" "waybar"
"dunst" "dunst"
(lib.mkIf cfg.wallpapers.automapaper.enable "automapaper -C ${config.xdg.configHome}/automapaper/config.toml") (lib.mkIf config.modules.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/config2nd.toml")
"hyprctl dispatcher focusmonitor 1" "hyprctl dispatcher focusmonitor 1"
"hypridle" "hypridle"
]; ];