use an option that exists
This commit is contained in:
@@ -23,8 +23,8 @@
|
|||||||
python3 = "python3.13";
|
python3 = "python3.13";
|
||||||
|
|
||||||
hyprrun = with lib; mkMerge [
|
hyprrun = with lib; mkMerge [
|
||||||
(mkIf config.programs.hyprland.withUWSM "uwsm app --")
|
(mkIf config.homeconfig.hyprland.enable "uwsm app --")
|
||||||
(mkIf (!config.programs.hyprland.withUWSM) ";")
|
(mkIf (!config.homeconfig.hyprland.enable) ";")
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user