Skip to content

Commit

Permalink
fix(home-manager/alacritty): remove the general setting option (#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariovagomarzal authored Jan 4, 2025
1 parent 07f97a4 commit 89bbaf1
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.general.import = lib.mkBefore [ "${sources.alacritty}/catppuccin-${cfg.flavor}.toml" ];
settings.import = lib.mkBefore [ "${sources.alacritty}/catppuccin-${cfg.flavor}.toml" ];
};
};
}

0 comments on commit 89bbaf1

Please sign in to comment.