diff options
Diffstat (limited to 'config/default.nix')
-rw-r--r-- | config/default.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/default.nix b/config/default.nix index ec432f1..53b59cb 100644 --- a/config/default.nix +++ b/config/default.nix @@ -18,6 +18,12 @@ with lib; let description = "Scaling factor of the monitor."; default = 1.0; }; + + bitdepth = mkOption { + type = types.int; + description = "Monitor color bitdepth"; + default = 8; + }; }; }; |