update vim config, update flake and other things

This commit is contained in:
2026-04-14 16:28:39 +02:00
parent ea58f1d641
commit 5e83ab9626
6 changed files with 144 additions and 34 deletions

View File

@ -1,10 +1,15 @@
HOST ?= $(file < /etc/nixosFlakeName)
THREADS ?= $(shell nproc)
FLAKE ?= .
MODE ?= boot
MODE ?= switch
FLAGS = --impure --cores $(THREADS) -j $(THREADS)
ifdef OFFLINE
FLAGS += --option binary-caches ''
endif
all: os home
update: