From 981445aa983313b4655a950146e889b8523c9aa4 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Sun, 22 Jun 2025 15:35:32 -0400 Subject: add 10 bit color depth to shinji --- config/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config') 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; + }; }; }; -- cgit v1.2.3-freya