Add ports and update diphda
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user