diff --git a/devices/ideapad-slim-5/configuration.nix b/devices/ideapad-slim-5/configuration.nix index c2d7168..a60423b 100755 --- a/devices/ideapad-slim-5/configuration.nix +++ b/devices/ideapad-slim-5/configuration.nix @@ -55,17 +55,24 @@ output = "eDP-1"; mode = "1920x1200@60"; position = "0x0"; - scale = "1"; - transform = "0"; + scale = 1; + bitdepth = 10; - # cm = "hdr"; - # supports_wide_color = 1; - # supports_hdr = 1; - # sdr_min_luminance = 0; - # sdr_max_luminance = 400; - # sdr_eotf = 2; - # sdrbrightness = 1.0; - # sdrsaturation = 1.2; + cm = "hdr"; + supports_wide_color = 1; + supports_hdr = 1; + + sdrbrightness = 1.0; + sdrsaturation = 1.0; + + sdr_min_luminance = 0.005; + sdr_max_luminance = 200; + + min_luminance = 0.0005; + max_luminance = 400; + max_avg_luminance = 250; + + sdr_eotf = 2; } ]; diff --git a/modules/features/home/packages.nix b/modules/features/home/packages.nix index eb17276..212a818 100644 --- a/modules/features/home/packages.nix +++ b/modules/features/home/packages.nix @@ -9,6 +9,8 @@ hyprshot antigravity prismlauncher + protonup-qt + vlc (lib.mkIf osconfig.device.programs.cider-2.enable cider-2) ];