stuff
This commit is contained in:
parent
f44a65d108
commit
e0f1f5b6fb
|
@ -1,3 +1,12 @@
|
||||||
{
|
{
|
||||||
documentation.nixos.enable = false;
|
documentation = {
|
||||||
|
doc.enable = false;
|
||||||
|
info.enable = false;
|
||||||
|
nixos.enable = false;
|
||||||
|
man = {
|
||||||
|
enable = true;
|
||||||
|
generateCaches = true;
|
||||||
|
mandoc.enable = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -14,7 +14,6 @@ in {
|
||||||
Compression jobs to run with musicomp.
|
Compression jobs to run with musicomp.
|
||||||
'';
|
'';
|
||||||
default = {};
|
default = {};
|
||||||
# type = types.attrsOf (types.submodule ({name, ...}: {
|
|
||||||
type = types.attrsOf (types.submodule {
|
type = types.attrsOf (types.submodule {
|
||||||
options = {
|
options = {
|
||||||
music = lib.mkOption {
|
music = lib.mkOption {
|
||||||
|
|
Loading…
Reference in a new issue