about summary refs log tree commit diff stats
path: root/nix-conf/home/otm.nix
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-10-22 14:42:34 +0100
committerDavid Morgan <djm_uk@protonmail.com>2022-10-22 14:42:34 +0100
commitfa96356b1ece3788f13bf4b5729ac35036372069 (patch)
treecbe00bf3fb50da578c7a1bfa8837b9895775f187 /nix-conf/home/otm.nix
parent2904502b4b9caac7938734b6c21bb71391743b82 (diff)
downloaddotfiles-fa96356b1ece3788f13bf4b5729ac35036372069.tar.gz
Tweak home-manager config some more
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.