From f37784b744204306368c7bf9d5e8ebb25b67ef2e Mon Sep 17 00:00:00 2001 From: tomoron Date: Sat, 19 Oct 2024 14:17:58 +0200 Subject: [PATCH] add unison and fix space after . in makefile --- Makefile | 2 +- home.nix | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6e8a9c3..a9bed8b 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ HOST ?= $(file < /etc/nixosFlakeName) THREADS ?= $(shell nproc) -FLAKE ?= . +FLAKE ?= . MODE = switch FLAGS = --impure --cores $(THREADS) -j $(THREADS) diff --git a/home.nix b/home.nix index 2311378..caea716 100644 --- a/home.nix +++ b/home.nix @@ -6,7 +6,7 @@ # By: tomoron +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2024/10/17 18:15:38 by tomoron #+# #+# # -# Updated: 2024/10/19 14:12:59 by tomoron ### ########.fr # +# Updated: 2024/10/19 14:16:59 by tomoron ### ########.fr # # # # **************************************************************************** # @@ -37,6 +37,7 @@ bspwm dunst numlockx + unison ]; home.file = {