chore: remove Pop!_OS configuration

This is no longer needed as my laptop is running NixOS again.
This commit is contained in:
Oliver Davies 2023-04-04 17:07:51 +01:00
parent 4e5ab16937
commit ca49558306
2 changed files with 4 additions and 12 deletions

View file

@ -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;

View file

@ -7,11 +7,8 @@ clean:
nixos command profile: && clean
sudo nixos-rebuild {{ command }} --flake .#{{ profile }}
pop-os command *args: && clean
NIXPKGS_ALLOW_UNFREE=1 home-manager {{ command }} -f home-manager/home.nix --impure --flake .#pop-os {{ args }}
wsl2 command: && clean
home-manager {{ command }} -f home-manager/home.nix --flake .#wsl2
wsl2 command *args: && clean
home-manager {{ command }} -f home-manager/home.nix --flake .#wsl2 {{ args }}
update *args:
nix flake update {{ args }}
update:
nix flake update