From 1ccaeca4e3a43a601973ee92a55babf44c34a66d Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Wed, 16 Jul 2025 16:31:23 +1000 Subject: [PATCH] modified: flake.nix --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index c892f46..9ed40a5 100644 --- a/flake.nix +++ b/flake.nix @@ -25,7 +25,7 @@ home-manager.users.nixos = import ./hosts/nixos/home.nix; } - ./hosts/nixos/overlay.nix + import ./hosts/nixos/overlay.nix ]; specialArgs = { inherit inputs; }; };