diff options
Diffstat (limited to 'users/profiles/mac.nix')
| -rw-r--r-- | users/profiles/mac.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/users/profiles/mac.nix b/users/profiles/mac.nix index d889d21..136a7b2 100644 --- a/users/profiles/mac.nix +++ b/users/profiles/mac.nix @@ -1,4 +1,4 @@ -{ pkgs, ... }: +{ self, pkgs, ... }: { imports = [ ./1password.nix @@ -11,6 +11,7 @@ ./secrets.nix ./ssh.nix ./starship.nix + "${self}/users/programs/alacritty.nix" ]; home.packages = with pkgs; [ |
