From d734c3c090808bedde7348319a448875783da3a7 Mon Sep 17 00:00:00 2001 From: KoenDR06 Date: Sat, 1 Nov 2025 23:15:52 +0100 Subject: [PATCH] add hyprland version to options file --- modules/wm/hyprland/options.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/wm/hyprland/options.nix b/modules/wm/hyprland/options.nix index 472701a..4880bb5 100644 --- a/modules/wm/hyprland/options.nix +++ b/modules/wm/hyprland/options.nix @@ -8,6 +8,9 @@ inherit (trivial) boolToString; inherit (strings) floatToString; inherit (lists) remove; + + # v0.49.0 + cfg = config.horseman.wm.hyprland; homeCfg = config.horseman;