mirror of
https://github.com/davegallant/nix-config
synced 2025-10-03 14:26:02 +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 = {
|
starship = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
|
@@ -114,7 +114,6 @@ in
|
|||||||
pinentry-curses
|
pinentry-curses
|
||||||
protonvpn-gui
|
protonvpn-gui
|
||||||
qemu
|
qemu
|
||||||
terminator
|
|
||||||
traceroute
|
traceroute
|
||||||
unityhub
|
unityhub
|
||||||
unstable.beszel
|
unstable.beszel
|
||||||
|
Reference in New Issue
Block a user