diff --git a/home.nix b/home.nix index 38cd596..5031b00 100644 --- a/home.nix +++ b/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; diff --git a/hosts/hephaestus.nix b/hosts/hephaestus.nix index eec6bc6..626ce37 100644 --- a/hosts/hephaestus.nix +++ b/hosts/hephaestus.nix @@ -114,7 +114,6 @@ in pinentry-curses protonvpn-gui qemu - terminator traceroute unityhub unstable.beszel