configuration.nix/Makefile

16 lines
216 B
Makefile
Raw Normal View History

2024-06-23 17:09:24 +02:00
.PHONY: default all home nixos clean
default: all
all: home nixos
home:
home-manager switch --flake ./.
nixos:
doas nixos-rebuild switch --flake ./.
clean:
nix-collect-garbage -d
doas nix-collect-garbage -d