From 826ae9f87225b9f093eed036427c87afc8b41921 Mon Sep 17 00:00:00 2001 From: Dennis Schoepf Date: Tue, 25 Nov 2025 00:12:51 +0100 Subject: [PATCH] wip: dnsc-machine setup --- hosts/dnsc-machine/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/dnsc-machine/default.nix b/hosts/dnsc-machine/default.nix index a899e8a..21c2ca7 100644 --- a/hosts/dnsc-machine/default.nix +++ b/hosts/dnsc-machine/default.nix @@ -13,7 +13,7 @@ imports = [ # Include the results of the hardware scan. ./hardware-configuration.nix - imports.home-manager.nixosModules.home-manager + inputs.home-manager.nixosModules.home-manager ../../modules/wm/ly ../../modules/keyd ];