diff options
Diffstat (limited to 'users/multi/home/home-manager.nix')
-rw-r--r-- | users/multi/home/home-manager.nix | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/users/multi/home/home-manager.nix b/users/multi/home/home-manager.nix new file mode 100644 index 000000000000..a93a541a0840 --- /dev/null +++ b/users/multi/home/home-manager.nix @@ -0,0 +1,10 @@ +let + depot = import <depot> {}; + pkgs = depot.third_party; + + home = path: import path { inherit depot pkgs; }; +in + { + whitby = home ./configs/whitby.nix; + } + |