index
:
world.git
this commit
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: f15006641a55d0daf2275a54d853d40515adfe64 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
{
lib
,
config
,
pkgs
,
...
}:
{
imports
=
[
./fonts.nix
./sound.nix
./xserver.nix
];
}