feat(nix): migrate fish shell and direnv to Nix

This commit is contained in:
Stefan Imhoff
2024-07-30 20:23:36 +02:00
parent 5c3da861b9
commit 03d01920c8
46 changed files with 245 additions and 2791 deletions

View File

@@ -0,0 +1,3 @@
function encodeBase64 --description "Encodes images in Base64"
uuencode -m $argv[1] /dev/stdout | sed 1d | sed '$d'
end