From 270546eea50f4ca24c12945026ef11b74fefce75 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 24 Jul 2025 17:32:07 -0700 Subject: add configuration for alacritty --- users/profiles/mac.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'users/profiles') 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; [ -- cgit v1.2.3