From 4c599566e7fc69b42864f2bd4cc9f7f138c1cb2d Mon Sep 17 00:00:00 2001 From: Steven Date: Sun, 26 Mar 2023 00:28:02 -0400 Subject: [PATCH] fixed pathing issue --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 4c8ab2b..4d3a368 100644 --- a/flake.nix +++ b/flake.nix @@ -52,7 +52,7 @@ homeConfigurations = { speccon18 = home-manager.lib.homeManagerConfiguration { pkgs = nixpkgs.legacyPackages.x86_64-linux; - modules = [ ./hm-modules/home-manager.nix]; + modules = [ ./.hm-modules/home-manager.nix]; # username = "speccon18"; # homeDirectory = "/home/speccon18"; # configuration = {