dotfiles/justfile
Oliver Davies ca49558306 chore: remove Pop!_OS configuration
This is no longer needed as my laptop is running NixOS again.
2023-04-05 16:59:13 +01:00

15 lines
262 B
Makefile

default:
just --list
clean:
rm -rf ./result
nixos command profile: && clean
sudo nixos-rebuild {{ command }} --flake .#{{ profile }}
wsl2 command: && clean
home-manager {{ command }} -f home-manager/home.nix --flake .#wsl2
update:
nix flake update