From 09a3b5d5a0dac93f4b469bab7913b997ba5ffcc5 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Thu, 18 Sep 2025 08:44:20 -0400 Subject: hosts: add work vm --- system/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system') 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) ]; }; -- cgit v1.2.3-freya