fix(infinidoge/config): mkIf -> optionalAttrs
This commit is contained in:
parent
826ad1b467
commit
7a37f4fe9d
1 changed files with 2 additions and 2 deletions
|
@ -8,11 +8,11 @@ with lib;
|
|||
${config.xdg.configHome}/emacs/bin/doom sync -p
|
||||
'';
|
||||
};
|
||||
} // (mkIf main.info.graphical {
|
||||
} // optionalAttrs main.info.graphical {
|
||||
"qtile".source = ./qtile;
|
||||
|
||||
"blugon".source = ./blugon;
|
||||
});
|
||||
};
|
||||
|
||||
home.bindmounts."${main.bud.localFlakeClone}/users/infinidoge/config" = mkIf main.info.graphical {
|
||||
allowOther = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue