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
/
desktop
/
default.nix
at
main
7 lines
79 B
view raw
wrap content
encode42.dev
Move software and package configurations to `config`
19d ago
e163a950
1
{
2
imports
=
[
3
./boot/splash.nix
4
5
../common/filesystem/nfs.nix
6
]
;
7
}