This commit is contained in:
mjallen18
2025-12-13 14:31:21 -06:00
parent 06e26e3be2
commit 3c85ea0515
4 changed files with 18 additions and 120 deletions

View File

@@ -2,7 +2,6 @@
lib,
pkgs,
namespace,
config,
...
}:
let
@@ -17,7 +16,6 @@ let
resolution = "3840x2160";
refreshRate = "240.00000";
};
theme = config.mjallen.theme.palette;
in
{
home.username = "matt";
@@ -42,14 +40,14 @@ in
position = "0x0";
scale = 1.0;
extra = [
"bitdepth"
"10"
"cm"
"hdr"
"sdrbrightness"
"1.2"
"sdrsaturation"
"0.98"
# "bitdepth"
# "10"
# "cm"
# "hdredid"
# "sdrbrightness"
# "1.2"
# "sdrsaturation"
# "0.98"
];
}
{
@@ -58,14 +56,14 @@ in
position = "3840x0";
scale = 1.0;
extra = [
"bitdepth"
"10"
"cm"
"hdr"
"sdrbrightness"
"1.5"
"sdrsaturation"
"0.98"
# "bitdepth"
# "10"
# "cm"
# "hdredid"
# "sdrbrightness"
# "1.5"
# "sdrsaturation"
# "0.98"
];
}
];