Skip to content

Commit

Permalink
users/kreyren: Fix alacritty config error
Browse files Browse the repository at this point in the history
  • Loading branch information
Kreyren committed Dec 29, 2024
1 parent 70eb5ed commit 5ff8014
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ let
in {
programs.alacritty = {
settings = {
shell = {
# FIXME-BACKWARDS_COMPAT(Krey): During 24.05 this was using only `shell.*`, but starting 24.11 it's using `terminal.shell.*`
terminal.shell = {
program = mkDefault "${pkgs.bashInteractive}/bin/bash";
};

Expand Down

0 comments on commit 5ff8014

Please sign in to comment.