mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 09:12:28 +00:00
Remove alacritty
This commit is contained in:
@@ -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 = {
|
go = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user