diff --git a/modules/home-manager/helix.nix b/modules/home-manager/helix.nix index b3bd1eb8..c840f099 100644 --- a/modules/home-manager/helix.nix +++ b/modules/home-manager/helix.nix @@ -45,7 +45,8 @@ in editor.color-modes = lib.mkDefault true; }; - themes."catppuccin-${cfg.flavor}" = lib.importTOML "${sources.helix}/themes/${subdir}/catppuccin_${cfg.flavor}.toml"; + themes."catppuccin-${cfg.flavor}" = + lib.importTOML "${sources.helix}/themes/${subdir}/catppuccin_${cfg.flavor}.toml"; }; }; } diff --git a/modules/home-manager/yazi.nix b/modules/home-manager/yazi.nix index f8c2e239..e79fd5d0 100644 --- a/modules/home-manager/yazi.nix +++ b/modules/home-manager/yazi.nix @@ -30,7 +30,8 @@ in }; xdg.configFile = { - "yazi/Catppuccin-${cfg.flavor}.tmTheme".source = "${sources.bat}/themes/Catppuccin ${catppuccinLib.mkUpper cfg.flavor}.tmTheme"; + "yazi/Catppuccin-${cfg.flavor}.tmTheme".source = + "${sources.bat}/themes/Catppuccin ${catppuccinLib.mkUpper cfg.flavor}.tmTheme"; }; }; }