BUG: syntax error
This commit is contained in:
parent
265f2d11bb
commit
40db1191e3
2 changed files with 8 additions and 10 deletions
|
|
@ -9,11 +9,10 @@
|
|||
active = cfg && desktop.activeDesktop == "hyprland";
|
||||
ifActive = x: lib.mkIf active x;
|
||||
in {
|
||||
specialisation.hyprland.configuration =
|
||||
lib.mkIf cfg
|
||||
&& !active {
|
||||
niksos.desktop.activeDesktop = lib.mkForce "hyprland";
|
||||
};
|
||||
specialisation.hyprland.configuration = lib.mkIf (cfg
|
||||
&& !active) {
|
||||
niksos.desktop.activeDesktop = lib.mkForce "hyprland";
|
||||
};
|
||||
|
||||
programs = ifActive {
|
||||
hyprland = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue