nixos: add wasm packages, reorganize systemPackages. vim: wasm syntax, vim-maximizer

This commit is contained in:
2025-01-15 18:41:26 +01:00
parent edcc19e653
commit 7319f95949
3 changed files with 40 additions and 18 deletions

View File

@@ -3,7 +3,7 @@
DEVICE=$1
if [ -z $DEVICE ] ; then
echo "missing 1st argument (DEVICE), ie. the name of the device where the backup is being done"
echo "missing 1st argument (DEVICE), ie. the name of the device where the backup is being done (eg. thinkpad, surface)"
exit 1
fi