Gen 320: fixed sound effects for common utilities

This commit is contained in:
pagedMov
2024-10-11 01:00:26 -04:00
parent d9ea0376f0
commit 39f6951e08
4 changed files with 7 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
#!/run/current-system/sw/bin/bash
s_check && (aplay ~/sound/sys/nixswitch-start.wav > /dev/null 2>&1 &)
scheck && (aplay ~/sound/sys/nixswitch-start.wav > /dev/null 2>&1 &)
builtin cd "$HOME/sysflakes" || exit
nix flake update