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