configurations for my servers and desktops
nix nixos flake dots dotfiles

fix: terminfo

+1
+1
modules/users/programs/fish.nix
··· 9 9 programs.fish = { 10 10 enable = true; 11 11 interactiveShellInit = '' 12 + set TERM xterm-256color 12 13 if command -q nix-your-shell 13 14 nix-your-shell fish | source 14 15 end