WIP: Switch to NixOS #5

Draft
FunctionalHacker wants to merge 1349 commits from nix into main
Showing only changes of commit a3d4442aeb - Show all commits

View file

@ -295,5 +295,6 @@ alias dslr-webcam='pkill -f gphoto2; gphoto2 --stdout --capture-movie | ffmpeg -
clock() {
while true; do
printf '%s\r' "$(date)"
sleep 0.1
done
}