tangled
alpha
login
or
join now
encode42.dev
/
nixos
0
fork
atom
Personal-use NixOS configuration
0
fork
atom
overview
issues
pulls
pipelines
nixos
/
config
/
common
/
fish.nix
at
main
7 lines
74 B
view raw
wrap content
encode42.dev
Move software and package configurations to `config`
19d ago
e163a950
1
{
2
programs
.
fish
=
{
3
enable
=
true
;
4
5
useBabelfish
=
true
;
6
}
;
7
}