configurations for my servers and desktops
nix nixos flake dots dotfiles

feat: nix-your-shell

+5
+5
modules/users/devin.nix
··· 34 34 fzf 35 35 gh 36 36 git 37 + grc 37 38 just 38 39 lazygit 39 40 nh 41 + nix-your-shell 40 42 nixd 41 43 packwiz 42 44 rsync ··· 71 73 interactiveShellInit = '' 72 74 if test "$TERM" = "xterm-ghostty" 73 75 set -x TERM xterm-256color 76 + end 77 + if command -q nix-your-shell 78 + nix-your-shell fish | source 74 79 end 75 80 starship init fish | source 76 81 fish_add_path /opt/homebrew/bin