From e4c8462b42639fb04d1fe18619ba6da514ccade8 Mon Sep 17 00:00:00 2001 From: Ahurac Date: Thu, 10 Oct 2024 21:26:31 +0200 Subject: [PATCH] feat: add `alacritty` --- common/home.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/home.nix b/common/home.nix index d4107be..312f1ac 100644 --- a/common/home.nix +++ b/common/home.nix @@ -422,4 +422,6 @@ } ''; }; + + programs.alacritty.enable = true; }