use an option that exists

This commit is contained in:
2026-01-09 20:33:01 -06:00
parent 1bf5944f11
commit 873230cfe3

View File

@@ -23,8 +23,8 @@
python3 = "python3.13";
hyprrun = with lib; mkMerge [
(mkIf config.programs.hyprland.withUWSM "uwsm app --")
(mkIf (!config.programs.hyprland.withUWSM) ";")
(mkIf config.homeconfig.hyprland.enable "uwsm app --")
(mkIf (!config.homeconfig.hyprland.enable) ";")
];
};