Skip to content

Commit

Permalink
Remove alacritty
Browse files Browse the repository at this point in the history
  • Loading branch information
davegallant committed Jan 13, 2025
1 parent ed37727 commit 8fbd76c
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions home/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -209,27 +209,6 @@ in
};
};

alacritty = {
enable = true;
settings = {
window.padding.x = 10;
window.padding.y = 10;
scrolling.history = 100000;
general.live_config_reload = true;
mouse.hide_when_typing = false;

terminal.shell = {
program = "zsh";
args = [
"-l"
"-c"
"tmux"
"u"
];
};
};
};

go = {
enable = true;
};
Expand Down

0 comments on commit 8fbd76c

Please sign in to comment.