diff options
author | Freya Murphy <fmurphy@redcom.com> | 2025-09-18 08:44:20 -0400 |
---|---|---|
committer | Freya Murphy <fmurphy@redcom.com> | 2025-09-18 20:37:46 -0400 |
commit | 09a3b5d5a0dac93f4b469bab7913b997ba5ffcc5 (patch) | |
tree | 39ad6611657ff68b81d01069572c3f1c76329409 /system/default.nix | |
parent | fix typo (diff) | |
download | dotfiles-nix-09a3b5d5a0dac93f4b469bab7913b997ba5ffcc5.tar.gz dotfiles-nix-09a3b5d5a0dac93f4b469bab7913b997ba5ffcc5.tar.bz2 dotfiles-nix-09a3b5d5a0dac93f4b469bab7913b997ba5ffcc5.zip |
hosts: add work vm
Diffstat (limited to 'system/default.nix')
-rw-r--r-- | system/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/default.nix b/system/default.nix index 824c99f..9760184 100644 --- a/system/default.nix +++ b/system/default.nix @@ -49,7 +49,7 @@ imports = [ ../home ../options.nix - (inputs.self.lib.customConfig config) + (inputs.self.lib.homeConfig config) ]; }; |