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 | |
parent | 2904502b4b9caac7938734b6c21bb71391743b82 (diff) | |
download | dotfiles-fa96356b1ece3788f13bf4b5729ac35036372069.tar.gz |
Tweak home-manager config some more
Diffstat (limited to 'nix-conf/home')
-rw-r--r-- | nix-conf/home/djmuk1.nix | 2 | ||||
-rw-r--r-- | nix-conf/home/egalmoth.nix | 2 | ||||
-rw-r--r-- | nix-conf/home/includes/clojure.nix (renamed from nix-conf/home/clojure.nix) | 0 | ||||
-rw-r--r-- | nix-conf/home/includes/common.nix (renamed from nix-conf/home/common.nix) | 0 | ||||
-rw-r--r-- | nix-conf/home/includes/darwin.nix (renamed from nix-conf/home/darwin.nix) | 0 | ||||
-rw-r--r-- | nix-conf/home/includes/dev-common.nix (renamed from nix-conf/home/dev-common.nix) | 0 | ||||
-rw-r--r-- | nix-conf/home/includes/linux-dev.nix (renamed from nix-conf/home/linux-dev.nix) | 0 | ||||
-rw-r--r-- | nix-conf/home/includes/linux-server.nix (renamed from nix-conf/home/linux-server.nix) | 0 | ||||
-rw-r--r-- | nix-conf/home/includes/zsh.nix (renamed from nix-conf/home/zsh.nix) | 0 | ||||
-rw-r--r-- | nix-conf/home/otm.nix | 2 |
10 files changed, 3 insertions, 3 deletions
diff --git a/nix-conf/home/djmuk1.nix b/nix-conf/home/djmuk1.nix index fa918f6..54b1171 100644 --- a/nix-conf/home/djmuk1.nix +++ b/nix-conf/home/djmuk1.nix @@ -1,7 +1,7 @@ { config, pkgs, ... }: { imports = [ - ./linux-server.nix + ./includes/linux-server.nix ]; # Let Home Manager install and manage itself. diff --git a/nix-conf/home/egalmoth.nix b/nix-conf/home/egalmoth.nix index c7e3827..6e41320 100644 --- a/nix-conf/home/egalmoth.nix +++ b/nix-conf/home/egalmoth.nix @@ -1,7 +1,7 @@ { config, pkgs, ... }: { imports = [ - ./linux-dev.nix + ./includes/linux-dev.nix ]; # Let Home Manager install and manage itself. diff --git a/nix-conf/home/clojure.nix b/nix-conf/home/includes/clojure.nix index 3681e8b..3681e8b 100644 --- a/nix-conf/home/clojure.nix +++ b/nix-conf/home/includes/clojure.nix diff --git a/nix-conf/home/common.nix b/nix-conf/home/includes/common.nix index b294601..b294601 100644 --- a/nix-conf/home/common.nix +++ b/nix-conf/home/includes/common.nix diff --git a/nix-conf/home/darwin.nix b/nix-conf/home/includes/darwin.nix index d1b0d05..d1b0d05 100644 --- a/nix-conf/home/darwin.nix +++ b/nix-conf/home/includes/darwin.nix diff --git a/nix-conf/home/dev-common.nix b/nix-conf/home/includes/dev-common.nix index da3665c..da3665c 100644 --- a/nix-conf/home/dev-common.nix +++ b/nix-conf/home/includes/dev-common.nix diff --git a/nix-conf/home/linux-dev.nix b/nix-conf/home/includes/linux-dev.nix index b2c6885..b2c6885 100644 --- a/nix-conf/home/linux-dev.nix +++ b/nix-conf/home/includes/linux-dev.nix diff --git a/nix-conf/home/linux-server.nix b/nix-conf/home/includes/linux-server.nix index 7006350..7006350 100644 --- a/nix-conf/home/linux-server.nix +++ b/nix-conf/home/includes/linux-server.nix diff --git a/nix-conf/home/zsh.nix b/nix-conf/home/includes/zsh.nix index 2f072a5..2f072a5 100644 --- a/nix-conf/home/zsh.nix +++ b/nix-conf/home/includes/zsh.nix 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. |