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"; };