index
:
nix-config
this commit
main
tmp
This is my system configuration, targeting workstations.
sils
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
nixos
/
sils
/
default.nix
blob: 4db53580bd8810e11a41159a98bf102c8d699fec (
plain
) (
blame
)
1
2
3
4
5
6
7
8
{
...
}:
{
imports
=
[
./basesystem.nix
./meta.nix
./plymouth.nix
./theming.nix
];
}