update system

This commit is contained in:
2025-11-07 12:08:23 +01:00
parent d5eb686f7f
commit ae93255200
13 changed files with 50 additions and 230 deletions

View File

@@ -26,7 +26,7 @@ in
boot.kernelParams = [ "video=DP-3:3840x2160-30@144" ];
services.colord.enable = true;
environment.systemPackages = [
(pkgs.runCommandNoCC "fv43u_icc" { } ''
(pkgs.runCommand "fv43u_icc" { } ''
mkdir -p $out/share/color/icc
cp ${./fv43u.icc} $out/share/color/icc/fv43u.icc
'')