From b3138d0fcac52584f707242708ba2897dab29600 Mon Sep 17 00:00:00 2001 From: mjallen18 Date: Fri, 16 Jan 2026 08:45:27 -0600 Subject: [PATCH] stuff --- modules/home/programs/hyprland/options.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/programs/hyprland/options.nix b/modules/home/programs/hyprland/options.nix index a335013..86865c4 100644 --- a/modules/home/programs/hyprland/options.nix +++ b/modules/home/programs/hyprland/options.nix @@ -209,7 +209,7 @@ with lib; type = with types; listOf str; default = [ "nwg-look -a" - "nwg-dock-hyprland -d" + "nwg-dock-hyprland" ]; description = "Commands to run via Hyprland exec-once"; };