add desk_sync to .local/bin, change default flake in makefile to be the cwd, change desk_sync to use sh instead of bash

This commit is contained in:
2024-10-19 14:15:03 +02:00
parent e8681a88a6
commit 540251dcfc
3 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,6 @@
HOST ?= $(file < /etc/nixosFlakeName)
THREADS ?= $(shell nproc)
FLAKE ?= /home/tom/home
FLAKE ?= .
MODE = switch
FLAGS = --impure --cores $(THREADS) -j $(THREADS)