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
|
@ -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;
|
||||
|
|
11
justfile
11
justfile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue