aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2022-07-11 10:35:02 +0200
committerKarel Kočí <cynerd@email.cz>2022-07-11 10:35:02 +0200
commit7ff119401f245c1aaf57ee109ddc6ed40f57b9a2 (patch)
tree98a26b5932afb56df58e839c4fd2e2d17ad28c42 /install
parent413e2a4d18c877cc2c163d11b97fc1fef111df4a (diff)
downloadmyconfigs-7ff119401f245c1aaf57ee109ddc6ed40f57b9a2.tar.gz
myconfigs-7ff119401f245c1aaf57ee109ddc6ed40f57b9a2.tar.bz2
myconfigs-7ff119401f245c1aaf57ee109ddc6ed40f57b9a2.zip
Drop nix.conf as I now use NixOS directly
Diffstat (limited to 'install')
-rwxr-xr-xinstall4
1 files changed, 0 insertions, 4 deletions
diff --git a/install b/install
index 4770695..71330f6 100755
--- a/install
+++ b/install
@@ -114,10 +114,6 @@ 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