about summary refs log tree commit diff stats
path: root/nix-conf/home/otm.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix-conf/home/otm.nix')
-rw-r--r--nix-conf/home/otm.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix-conf/home/otm.nix b/nix-conf/home/otm.nix
index f471588..abb7efa 100644
--- a/nix-conf/home/otm.nix
+++ b/nix-conf/home/otm.nix
@@ -1,7 +1,7 @@
 { config, pkgs, ... }:
 {
   imports = [ 
-    ./darwin.nix
+    ./includes/darwin.nix
   ];
 
   # Let Home Manager install and manage itself.