tangled
alpha
login
or
join now
pyrox.dev
/
nix
My Nix Configuration
1
fork
atom
overview
issues
pulls
pipelines
nix
/
modules
/
nixos
/
default-config
/
programs
/
default.nix
at
d3087cca6490a340aa9d0710acf3702cb49e956b
81 B
view raw
1
{
2
imports
=
[
3
./ssh.nix
4
./nh.nix
5
]
;
6
programs
.
fish
.
enable
=
true
;
7
}