index
:
nix-config
master
All my NixOS and home-manager configurations.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nixos
/
services
/
default.nix
blob: 5ce655efd6509cb39180e86c28ccd6c28a0f0d13 (
plain
)
1
2
3
4
5
6
7
8
{
config
,
lib
,
pkgs
,
...
}:
{
imports
=
[];
}