Skip to content

Commit

Permalink
style: format 20c0cb2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 19, 2024
1 parent 20c0cb2 commit dcc1cbe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion modules/home-manager/helix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
};
}
3 changes: 2 additions & 1 deletion modules/home-manager/yazi.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
};
}

0 comments on commit dcc1cbe

Please sign in to comment.