Skip to content

Commit

Permalink
revert: "fix(home-manager/alacritty): remove the general setting op…
Browse files Browse the repository at this point in the history
…tion" (#452)

Revert "fix(home-manager/alacritty): remove the `general` setting option (#450)"

Refs: 89bbaf1
  • Loading branch information
Yakkhini authored Jan 5, 2025
1 parent 89bbaf1 commit 2dafc41
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.import = lib.mkBefore [ "${sources.alacritty}/catppuccin-${cfg.flavor}.toml" ];
settings.general.import = lib.mkBefore [ "${sources.alacritty}/catppuccin-${cfg.flavor}.toml" ];
};
};
}

0 comments on commit 2dafc41

Please sign in to comment.