mirror of
https://github.com/davegallant/nix-config
synced 2025-10-03 06:26:00 +00:00
Add back alacritty
This commit is contained in:
19
home.nix
19
home.nix
@@ -89,6 +89,25 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
alacritty = {
|
||||
enable = stdenv.isLinux;
|
||||
settings = {
|
||||
window.padding.x = 10;
|
||||
window.padding.y = 10;
|
||||
scrolling.history = 100000;
|
||||
general.live_config_reload = true;
|
||||
terminal.shell = {
|
||||
program = "zsh";
|
||||
};
|
||||
font = {
|
||||
size = lib.mkForce 18.0;
|
||||
};
|
||||
window = {
|
||||
opacity = lib.mkForce 0.9;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
starship = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
|
@@ -114,7 +114,6 @@ in
|
||||
pinentry-curses
|
||||
protonvpn-gui
|
||||
qemu
|
||||
terminator
|
||||
traceroute
|
||||
unityhub
|
||||
unstable.beszel
|
||||
|
Reference in New Issue
Block a user