initial commit

This commit is contained in:
2026-01-15 20:39:00 +01:00
commit a1026de8e1
4 changed files with 114 additions and 0 deletions

8
Makefile Normal file
View File

@@ -0,0 +1,8 @@
# Careful about copy/pasting, Makefiles want tabs!
.PHONY: update
update:
home-manager switch --flake .#avravels
.PHONY: clean
clean:
nix-collect-garbage -d