index
:
infra
main
nix configuration for my machines
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
desktop
/
default.nix
blob: b2d21014312ccb3318e1519fd675a9028a8fea29 (
plain
) (
blame
)
1
2
3
4
5
6
7
{
lib
,
config
,
pkgs
,
...
}:
{
imports
=
[
./fonts.nix
./sound.nix
];
}