feat : simplier kitty and local bun

This commit is contained in:
Florian Schmitt 2024-01-11 20:09:48 +03:00
parent 00fdd3cce7
commit 14a48b38ca
2 changed files with 11 additions and 6 deletions

View file

@ -39,6 +39,10 @@
nixupdate = "sudo nix-channel --update && sudo nixos-rebuild switch";
nixclean = "sudo nix-env --delete-generations old --profile /nix/var/nix/profiles/system && sudo /nix/var/nix/profiles/system/bin/switch-to-configuration switch && sudo nix-store --gc";
};
initExtra = ''
export BUN_INSTALL="$HOME/.bun"
export PATH="$BUN_INSTALL/bin:$PATH"
'';
#shellInit = "cd ~/Developpements;";
ohMyZsh = {
enable = true;