From ada018e017ef355fb9f7007634a88b180ec17c2f Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Sun, 24 Mar 2024 14:14:54 -0400 Subject: [PATCH] home-manager: restored alacritty to common-gui.nix --- home/common-gui.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/common-gui.nix b/home/common-gui.nix index 915d6576..55688aee 100644 --- a/home/common-gui.nix +++ b/home/common-gui.nix @@ -1,5 +1,5 @@ { config, pkgs, ... }: { - + imports = [ ./alacritty ]; }