diff --git a/flake.nix b/flake.nix index 2598a0b..01671c6 100644 --- a/flake.nix +++ b/flake.nix @@ -17,7 +17,7 @@ shell = home-manager.lib.homeManagerConfiguration { inherit pkgs; modules = [ - ./home/modules/shell.nix + ./home/shell.nix ]; }; };