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 server --description "Run a server with browser-sync"
browser-sync start --server --files "**"
end