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.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/nix/profiles/home-manager/mac.nix b/nix/profiles/home-manager/mac.nix
deleted file mode 100644
index 045441a..0000000
--- a/nix/profiles/home-manager/mac.nix
+++ /dev/null
@@ -1,4 +0,0 @@
-{ ... }: {
-  imports = [ ./dev.nix ./git.nix ./shell.nix ./ssh.nix ];
-  xdg.enable = false;
-}