Home

dotnix @d6d1bec5916a94aa5e055a047281eb5514b295ec - refs - log -
-
https://git.jolheiser.com/dotnix.git
My nix dotfiles
dotnix / justfile
- raw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
[private]
default:
	@just --choose

[private]
rebuild *args:
	@git add .
	@sudo nixos-rebuild --flake . {{args}}

# Rebuild the current machine
switch:
	@just rebuild switch

# Update the flake
update:
	@nix flake update