add Puenktchen builder

This commit is contained in:
willifan 2025-01-04 13:56:22 +01:00
parent 87fa30b294
commit ff8caa5192
7 changed files with 52 additions and 17 deletions

View file

@ -1,6 +1,16 @@
{ lib, ... }:
{
options = {
common = {
builder.enable = lib.mkOption {
default = false;
type = lib.types.bool;
};
};
desktop = {
enable = lib.mkOption {