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 --- install | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'install') 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 -- cgit v1.2.3