chore: remove Pop!_OS configuration
This is no longer needed as my laptop is running NixOS again.
This commit is contained in:
parent
4e5ab16937
commit
ca49558306
2 changed files with 4 additions and 12 deletions
|
@ -50,11 +50,6 @@
|
|||
};
|
||||
|
||||
homeConfigurations = {
|
||||
pop-os = home-manager.lib.homeManagerConfiguration {
|
||||
modules = [ { nixpkgs.overlays = overlays; } ./system/pop-os.nix ];
|
||||
pkgs = nixpkgs.legacyPackages.x86_64-linux;
|
||||
};
|
||||
|
||||
wsl2 = home-manager.lib.homeManagerConfiguration {
|
||||
modules = [ { nixpkgs.overlays = overlays; } ./system/wsl2.nix ];
|
||||
pkgs = nixpkgs.legacyPackages.x86_64-linux;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue