changed login shell to fern, added fern configuration

This commit is contained in:
2026-02-20 01:31:04 -05:00
parent b188e29dfd
commit 2a0116c336
19 changed files with 463 additions and 118 deletions

View File

@@ -12,7 +12,7 @@ pkgs.writeShellApplication {
exit 1
fi
if scheck; then
runbg aplay "$1"
runbg aplay "$1" > /dev/null 2>&1
else
exit 1
fi