From b80083aebd4f695f106686811d1c2cb37a619274 Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 17 Jun 2023 16:48:07 -0400 Subject: [PATCH] fix home.nix path: --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 7470836..883f2d3 100644 --- a/flake.nix +++ b/flake.nix @@ -16,7 +16,7 @@ { home-manager.useGlobalPkgs = true; home-manager.useUserPackages = true; - home-manager.users.alex = import ./home.nix; + home-manager.users.alex = import ./alex/home.nix; # Optionally, use home-manager.extraSpecialArgs to pass # arguments to home.nix }