fix(home-manager/tofi): avoid IFD (#301)

This commit is contained in:
Anomalocaridid 2024-08-06 21:38:36 -04:00 committed by GitHub
parent 38df8bf46f
commit afe2c4c865
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}";
};
}