From eebb8df9d311080c92d0fbabd43e93121358f154 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Fri, 7 Jan 2022 13:09:25 +0100 Subject: config: add nix configuration --- config/nix/nix.conf | 4 ++++ install | 4 ++++ private | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 config/nix/nix.conf diff --git a/config/nix/nix.conf b/config/nix/nix.conf new file mode 100644 index 0000000..7de7cf4 --- /dev/null +++ b/config/nix/nix.conf @@ -0,0 +1,4 @@ +max-jobs = 8 +cores = 0 +experimental-features = nix-command flakes +extra-platforms = aarch64-linux diff --git a/install b/install index 5c34547..ac87f3c 100755 --- a/install +++ b/install @@ -109,6 +109,10 @@ if ask "mpd" "Install MPD configuration"; then inst config/mpd/ ~/.config/mpd fi +if ask "nix" "Install nix configuration"; then + inst config/nix/ ~/.config/nix +fi + if ask "wake-desktop" "Install wake-desktop"; then inst local/bin/wake-desktop ~/.local/bin/wake-desktop fi diff --git a/private b/private index e3482f9..60447c4 160000 --- a/private +++ b/private @@ -1 +1 @@ -Subproject commit e3482f9b6fb76ab5b18097c23b98874960155756 +Subproject commit 60447c428a0c2e05f2d8bcf9d7692318764e98ed -- cgit v1.2.3