From 83a70609f1c6f9ee8ba9f306211717db9d1bf15e Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Sat, 18 Jan 2025 10:21:36 -0500 Subject: [PATCH] fix framework config --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index e2337e5..e27c79b 100644 --- a/flake.nix +++ b/flake.nix @@ -63,7 +63,7 @@ }; }; modules = [ - ./hosts/Parzival-Mobile + ./hosts/Parzival-Framework home-manager.nixosModules.home-manager sops-nix.nixosModules.sops ];