tangled
alpha
login
or
join now
devins.page
/
flake
0
fork
atom
configurations for my servers and desktops
nix
nixos
flake
dots
dotfiles
0
fork
atom
overview
issues
pulls
pipelines
chore: remove set term
can do this in ghostty config
devins.page
2 months ago
9b585a82
e8c35d2c
-1
1 changed file
expand all
collapse all
unified
split
modules
users
programs
fish.nix
-1
modules/users/programs/fish.nix
···
9
9
programs.fish = {
10
10
enable = true;
11
11
interactiveShellInit = ''
12
12
-
set TERM xterm-256color
13
12
if command -q nix-your-shell
14
13
nix-your-shell fish | source
15
14
end