remove lots of folders

default.nix be gone
This commit is contained in:
2023-03-16 22:29:24 +01:00
parent 5300a22a13
commit 9216212d12
39 changed files with 40 additions and 40 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
# TODO: add remote-exec once packaged
programs.bash.initExtra = ''
# remote-exec
if command -v remote >/dev/null && remote-quick >/dev/null; then
if command -v remote >/dev/null && command -v remote-quick >/dev/null; then
complete -F _command remote
complete -F _command remote-quick
fi