diff --git a/modules/home-manager/tofi.nix b/modules/home-manager/tofi.nix index 6972f19..3995061 100644 --- a/modules/home-manager/tofi.nix +++ b/modules/home-manager/tofi.nix @@ -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}"; }; }