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 ]; }