From 0f917933fa463d055832634dc449efac339b0282 Mon Sep 17 00:00:00 2001 From: Dennis Schoepf Date: Tue, 25 Nov 2025 00:08:35 +0100 Subject: [PATCH] wip: dnsc-machine setup --- hosts/dnsc-machine/default.nix | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/hosts/dnsc-machine/default.nix b/hosts/dnsc-machine/default.nix index 75a101c..c154950 100644 --- a/hosts/dnsc-machine/default.nix +++ b/hosts/dnsc-machine/default.nix @@ -120,16 +120,18 @@ home-manager = { extraSpecialArgs = { inherit inputs outputs; }; backupFileExtension = "backup"; - sharedModules = [ - ironbar.homeManagerModules.default - ]; users = { - dennis = import ../../home/linux.nix; + dennis = { + imports = [ + inputs.ironbar.homeManagerModules.default + ../../home/linux.nix; + ]; + }; }; }; # System Packages - environment.systemPackages = with pkgs; [ + environment.ystemPackages = with pkgs; [ gcc wget git