From d98cef14e0627f25eb464eb9247cb064eaa519a8 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 1 Dec 2024 09:57:07 -0800 Subject: remove unused fonts --- nix/profiles/home-manager/mac.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nix/profiles/home-manager/mac.nix') diff --git a/nix/profiles/home-manager/mac.nix b/nix/profiles/home-manager/mac.nix index 48fc956..045441a 100644 --- a/nix/profiles/home-manager/mac.nix +++ b/nix/profiles/home-manager/mac.nix @@ -1,4 +1,4 @@ { ... }: { - imports = [ ./dev.nix ./fish.nix ./git.nix ./shell.nix ./ssh.nix ]; + imports = [ ./dev.nix ./git.nix ./shell.nix ./ssh.nix ]; xdg.enable = false; } -- cgit 1.4.1