From 749bd908163200b87d6967c0983a0d21790dd9ed Mon Sep 17 00:00:00 2001 From: Myned Date: Tue, 24 Sep 2024 18:24:36 -0500 Subject: [PATCH] nix: formatting Signed-off-by: Myned --- options/custom/desktops/hyprland/settings.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/options/custom/desktops/hyprland/settings.nix b/options/custom/desktops/hyprland/settings.nix index e30ee1a..f41c8b7 100644 --- a/options/custom/desktops/hyprland/settings.nix +++ b/options/custom/desktops/hyprland/settings.nix @@ -68,13 +68,13 @@ in { # https://wiki.hyprland.org/Configuring/Keywords/#executing exec-once = - [ + optionals config.custom.wallpaper ["wallpaper"] + ++ [ sway-audio-idle-inhibit # Inhibit idle while audio is playing "${clipse} --clear" # Clear clipboard history "${clipse} --listen" # Monitor clipboard "[group new lock; tile] ${firefox-esr}" - ] - ++ optionals config.custom.wallpaper ["wallpaper"]; + ]; # https://wiki.hyprland.org/Configuring/Variables/#xwayland xwayland = {