From 7d315217d3aadf69f6953da508d60b660716d0bc Mon Sep 17 00:00:00 2001 From: Don Harper Date: Tue, 19 May 2026 07:52:14 -0500 Subject: [PATCH] task | first pass at moving things to modules dir --- hosts/templates/workstation.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/templates/workstation.nix b/hosts/templates/workstation.nix index 022778a..6d80f66 100644 --- a/hosts/templates/workstation.nix +++ b/hosts/templates/workstation.nix @@ -1,7 +1,8 @@ { inputs, outputs, lib, config, pkgs, ... }: { imports = [ inputs.sops-nix.nixosModules.sops - ../roles/default.nix + ../roles + ../../modules ../workstation ../common ../wm/sway