chore: move nix files
This commit is contained in:
parent
c7b4055a95
commit
e01784d8ce
|
@ -15,7 +15,7 @@
|
|||
pop-os = home-manager.lib.homeManagerConfiguration {
|
||||
modules = [
|
||||
{ nixpkgs.overlays = overlays; }
|
||||
./configuration/pop-os
|
||||
./nixpkgs/configuration/pop-os
|
||||
];
|
||||
pkgs = nixpkgs.legacyPackages.x86_64-linux;
|
||||
};
|
||||
|
@ -23,7 +23,7 @@
|
|||
wsl2 = home-manager.lib.homeManagerConfiguration {
|
||||
modules = [
|
||||
{ nixpkgs.overlays = overlays; }
|
||||
./configuration/wsl2
|
||||
./nixpkgs/configuration/wsl2
|
||||
];
|
||||
pkgs = nixpkgs.legacyPackages.x86_64-linux;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue