fix hyprrun

This commit is contained in:
2026-01-10 10:09:29 -06:00
parent 137e3753da
commit 082f0bdcc5
2 changed files with 20 additions and 7 deletions

View File

@@ -21,11 +21,6 @@
python = "python3.13";
python3 = "python3.13";
hyprrun = with lib; mkMerge [
(mkIf config.homeconfig.hyprland.enable "uwsm app --")
(mkIf (!config.homeconfig.hyprland.enable) ";")
];
};
history = {