[NixOS] Remove nixpkgs and home manager submodules

This commit is contained in:
2023-08-05 14:00:52 -06:00
parent 29e7e9eda8
commit 3d43604c64
4 changed files with 1 additions and 9 deletions

View File

@@ -3,7 +3,7 @@
nixos-hardware = { url = github:NixOS/nixos-hardware; };
nixpkgs = {
url = path:../nixpkgs;
url = github:NixOS/nixpkgs/nixos-unstable;
};
home-manager = {