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