fix(home-manager/tofi): avoid IFD (#301)
This commit is contained in:
parent
38df8bf46f
commit
afe2c4c865
1 changed files with 1 additions and 1 deletions
|
@ -8,6 +8,6 @@ in
|
|||
options.programs.tofi.catppuccin = lib.ctp.mkCatppuccinOpt { name = "tofi"; };
|
||||
|
||||
config.programs.tofi = lib.mkIf enable {
|
||||
settings = lib.ctp.fromINI (sources.tofi + "/themes/catppuccin-${cfg.flavor}");
|
||||
settings.include = sources.tofi + "/themes/catppuccin-${cfg.flavor}";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue