HPCesia's Git Repos
/
nix-config
Code
Branches
Tags
Commits
old
nix-config
/
modules
/
nixos
/
server
/
x86_64.nix
Top
1
{
lib
,
.
.
.
}:
{
2
imports
=
[
3
../base
4
../../base
5
]
;
6
}