diff options
author | Karel Kočí <cynerd@email.cz> | 2022-07-11 10:35:02 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2022-07-11 10:35:02 +0200 |
commit | 7ff119401f245c1aaf57ee109ddc6ed40f57b9a2 (patch) | |
tree | 98a26b5932afb56df58e839c4fd2e2d17ad28c42 /install | |
parent | 413e2a4d18c877cc2c163d11b97fc1fef111df4a (diff) | |
download | myconfigs-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-x | install | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |