Add ports and update diphda

This commit is contained in:
Ethan Simmons
2026-01-25 12:44:02 -06:00
parent f8ef7b91b6
commit 5e63cd8d6e
5 changed files with 32 additions and 26 deletions
+5
View File
@@ -9,6 +9,11 @@ with lib; let
in
{
options.simmer.laptop = {
enable = mkOption {
description = "Whether to enable laptop specific setting";
type = types.bool;
default = false;
};
backlight.enable = mkOption {
description = "Whether to enable backlight control";
type = types.bool;