diff options
Diffstat (limited to '')
-rw-r--r-- | nix/profiles/home-manager/mac.nix | 2 |
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; } |