about summary refs log tree commit diff
path: root/users/multi/home/home-manager.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/multi/home/home-manager.nix')
-rw-r--r--users/multi/home/home-manager.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/users/multi/home/home-manager.nix b/users/multi/home/home-manager.nix
deleted file mode 100644
index a93a541a08..0000000000
--- a/users/multi/home/home-manager.nix
+++ /dev/null
@@ -1,10 +0,0 @@
-let
-  depot = import <depot> {};
-  pkgs = depot.third_party;
-
-  home = path: import path { inherit depot pkgs; };
-in
-  {
-    whitby = home ./configs/whitby.nix;
-  }
-