diff options
-rw-r--r-- | config/nix/nix.conf | 4 | ||||
-rwxr-xr-x | install | 4 | ||||
m--------- | private | 0 |
3 files changed, 8 insertions, 0 deletions
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 @@ -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 -Subproject e3482f9b6fb76ab5b18097c23b9887496015575 +Subproject 60447c428a0c2e05f2d8bcf9d7692318764e98e |