diff options
Diffstat (limited to 'modules/home/default.nix')
-rw-r--r-- | modules/home/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/home/default.nix b/modules/home/default.nix index a883234..2c19b8c 100644 --- a/modules/home/default.nix +++ b/modules/home/default.nix @@ -6,6 +6,7 @@ }; imports = [ + ./alacritty.nix ./firefox.nix ./git.nix ./initial-home-setup.nix @@ -13,5 +14,6 @@ ./theme.nix ]; + alacritty.enable = lib.mkDefault true; theme.mint.enable = lib.mkDefault true; } |