From dcc1cbe936d053efca73483cfca81a35d2318c6b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 19 Dec 2024 09:40:05 +0000 Subject: [PATCH] style: format 20c0cb2 --- modules/home-manager/helix.nix | 3 ++- modules/home-manager/yazi.nix | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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"; }; }; }