From ab39bc9865cf01f3fa7b5348c0bde712b7bf2c27 Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Sun, 31 Aug 2025 22:38:02 -0400 Subject: [PATCH] Add back alacritty --- home.nix | 19 +++++++++++++++++++ hosts/hephaestus.nix | 1 - 2 files changed, 19 insertions(+), 1 deletion(-) 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