Major overhaul of the nix side of things, part II.

This commit is contained in:
r-vdp 2023-03-24 16:03:20 +01:00
parent 9759c2da12
commit ce4cf7149d
No known key found for this signature in database
7 changed files with 371 additions and 303 deletions

View file

@ -3,7 +3,7 @@
, ...
}:
{
options.system-manager = {
options = {
environment.etc = lib.mkOption {
default = { };
example = lib.literalExpression ''
@ -100,7 +100,6 @@
Changing this option takes precedence over `gid`.
'';
};
};
config = {
@ -110,7 +109,6 @@
in lib.mkDerivedConfig options.text (pkgs.writeText name')
);
};
}
));
};