refactor: move OS configuration files
This commit is contained in:
parent
c08df2a342
commit
ecab676b75
4 changed files with 25 additions and 26 deletions
|
@ -15,7 +15,7 @@
|
|||
pop-os = home-manager.lib.homeManagerConfiguration {
|
||||
modules = [
|
||||
{ nixpkgs.overlays = overlays; }
|
||||
./home-manager/pop-os.nix
|
||||
./configuration/pop-os
|
||||
];
|
||||
pkgs = nixpkgs.legacyPackages.x86_64-linux;
|
||||
};
|
||||
|
@ -23,7 +23,7 @@
|
|||
wsl2 = home-manager.lib.homeManagerConfiguration {
|
||||
modules = [
|
||||
{ nixpkgs.overlays = overlays; }
|
||||
./home-manager/wsl2.nix
|
||||
./configuration/wsl2
|
||||
];
|
||||
pkgs = nixpkgs.legacyPackages.x86_64-linux;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue