summaryrefslogtreecommitdiff
path: root/system/default.nix
diff options
context:
space:
mode:
authorFreya Murphy <fmurphy@redcom.com>2025-09-18 08:44:20 -0400
committerFreya Murphy <fmurphy@redcom.com>2025-09-18 20:37:46 -0400
commit09a3b5d5a0dac93f4b469bab7913b997ba5ffcc5 (patch)
tree39ad6611657ff68b81d01069572c3f1c76329409 /system/default.nix
parentfix typo (diff)
downloaddotfiles-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.nix2
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)
];
};