about summary refs log tree commit diff
path: root/nix/profiles/home-manager/mac.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/profiles/home-manager/mac.nix')
-rw-r--r--nix/profiles/home-manager/mac.nix2
1 files changed, 1 insertions, 1 deletions
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;
 }