From 907f3664f53569bf8635be78aba295e7d0b22aea Mon Sep 17 00:00:00 2001 From: pegasust Date: Mon, 7 Nov 2022 08:23:25 -0700 Subject: [PATCH] add alacritty --- home-nix/home.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home-nix/home.nix b/home-nix/home.nix index c07c578..ef65223 100644 --- a/home-nix/home.nix +++ b/home-nix/home.nix @@ -14,6 +14,9 @@ xdg.configFile."starship.toml".text = builtins.readFile ../starship/starship.toml; ## Programs ## + programs.alacritty = { + enable = true; + }; programs.zoxide = { enable = true; enableZshIntegration = true;