fix: removed modules from shell.nix path

This commit is contained in:
Devyn Freet
2026-07-08 20:06:21 -04:00
parent d5b73e7c19
commit a46a1c3ab4
+1 -1
View File
@@ -17,7 +17,7 @@
shell = home-manager.lib.homeManagerConfiguration {
inherit pkgs;
modules = [
./home/modules/shell.nix
./home/shell.nix
];
};
};