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