add Puenktchen builder
This commit is contained in:
parent
87fa30b294
commit
ff8caa5192
7 changed files with 52 additions and 17 deletions
|
@ -1,6 +1,16 @@
|
|||
{ lib, ... }:
|
||||
{
|
||||
options = {
|
||||
|
||||
common = {
|
||||
|
||||
builder.enable = lib.mkOption {
|
||||
default = false;
|
||||
type = lib.types.bool;
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
desktop = {
|
||||
|
||||
enable = lib.mkOption {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue