Skip to content

Commit

Permalink
refactor(home-manager/alacritty): remove importTOML (#443)
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelroses authored Jan 3, 2025
1 parent 8580fa2 commit b326f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/home-manager/alacritty.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ in

config = lib.mkIf cfg.enable {
programs.alacritty = {
settings = lib.importTOML "${sources.alacritty}/catppuccin-${cfg.flavor}.toml";
settings.general.import = lib.mkBefore [ "${sources.alacritty}/catppuccin-${cfg.flavor}.toml" ];
};
};
}

0 comments on commit b326f48

Please sign in to comment.