non important commit

This commit is contained in:
maxstrb 2025-10-01 22:26:56 +02:00
parent 0a6f26ea9e
commit 15de27c7f5

View file

@ -59,6 +59,7 @@
} }
cd $root cd $root
nix develop . --command nvim $file nix develop . --command nvim $file
print $file
} else { } else {
nvim $file nvim $file
} }