a bunch of stuff, including upgrade to wayland and ndi streaming to imac

This commit is contained in:
Sebastian Moser
2025-01-12 18:50:01 +01:00
parent cfd9bfccbd
commit 40f190de88
29 changed files with 1813 additions and 55 deletions

View File

@@ -1,12 +1,9 @@
#!/bin/sh
if [ -f "htldoc.nix" ]; then
echo -en ""
htldocUrl=$(nix eval --expr 'let config = (import ./htldoc.nix {}); in if builtins.hasAttr "htldocVersion" config then config.htldocVersion else "github:c2vi/htldoc/master"' --impure)
nix run $htldocUrl -- $@
else
echo "There is not htldoc.nix in this directory" >&2
exit 1
nix run github:c2vi/htldoc/master -- $@
fi
htldocUrl=$(nix eval --expr 'let config = (import ./htldoc.nix {}); in if builtins.hasAttr "htldocVersion" config then config.htldocVersion else "github:c2vi/htldoc/master"' --impure)
nix run $htldocUrl

View File

@@ -17,6 +17,11 @@ then
ssh tab "rm /sdcard/note/CUR/*"
elif [ "$1" == "du" ]
then
du -d 1 -h $2 | sort -h -r
elif [ "$1" == "mnt-wechner" ]
then
rclone mount --vfs-cache-mode full -vvvv onedrive-school:projekt-autobatterie ~/work/htl/projekt/wechner/mnt
@@ -104,7 +109,7 @@ sudo systemctl hibernate
elif [ "$1" == "suspend" ]
then
sudo systemctl suspend
sudo systemctl suspend-then-hibernate
fi