diff options
| author | Alexander Kassouni <alex@kassouni.net> | 2026-07-14 22:45:47 -0700 |
|---|---|---|
| committer | Alexander Kassouni <alex@kassouni.net> | 2026-07-14 22:45:47 -0700 |
| commit | 23ba623e405d0aa8d554274aacd019d7a015aa9d (patch) | |
| tree | fec751fc63de4ec026d04144c30ce95d8dba80ad /Makefile | |
X11 is so back
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..71c223b --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +.PHONY: rebuild format + +rebuild: + sudo nixos-rebuild switch --flake . + +format: + nix fmt |
