configurations for my servers and desktops
nix nixos flake dots dotfiles

chore: remove set term

can do this in ghostty config

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