nix-config/justfile

9 lines
199 B
Makefile
Raw Normal View History

2022-09-22 08:26:12 +01:00
default:
just --list
2022-09-26 21:28:35 +01:00
pop-os *args:
home-manager switch -f home-manager/home.nix --flake .#pop-os {{ args }}
2022-09-27 07:37:57 +01:00
wsl2 *args:
home-manager switch -f home-manager/home.nix --flake .#wsl2 {{ args }}