diff options
author | David Morgan <djm_uk@protonmail.com> | 2022-10-22 14:42:34 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2022-10-22 14:42:34 +0100 |
commit | fa96356b1ece3788f13bf4b5729ac35036372069 (patch) | |
tree | cbe00bf3fb50da578c7a1bfa8837b9895775f187 /nix-conf/home/otm.nix | |
parent | 2904502b4b9caac7938734b6c21bb71391743b82 (diff) | |
download | dotfiles-fa96356b1ece3788f13bf4b5729ac35036372069.tar.gz |
Tweak home-manager config some more
Diffstat (limited to 'nix-conf/home/otm.nix')
-rw-r--r-- | nix-conf/home/otm.nix | 2 |
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. |