Nix/HM module: empty defaults for images and labels

This commit is contained in:
Maximilian Seidler 2024-03-22 08:36:38 +01:00 committed by Mihai Fufezan
parent f237dead6c
commit 0db5afb9d6
1 changed files with 2 additions and 6 deletions

View File

@ -228,9 +228,7 @@ in {
};
};
});
default = [
{}
];
default = [];
};
input-fields = mkOption {
@ -484,9 +482,7 @@ in {
}
// shadow;
});
default = [
{}
];
default = [];
};
};