From a46a1c3ab427847f0c0a7cc1699296357a98753e Mon Sep 17 00:00:00 2001 From: Devyn Freet Date: Wed, 8 Jul 2026 20:06:21 -0400 Subject: [PATCH] fix: removed modules from shell.nix path --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]; }; };