feat: improve vim setup

This commit is contained in:
2024-04-05 13:39:06 +02:00
parent fb007b3cf1
commit dba82266d4
7 changed files with 107 additions and 11 deletions

View File

@@ -19,5 +19,16 @@ in
fonts.fontconfig.subpixel.rgba = "bgr";
hardware.gbmonctl.enable = true;
boot.kernelParams = [ "video=3840x2160@144" ];
programs.steam.gamescopeSession = {
env = {
SCREEN_WIDTH = "3840";
SCREEN_HEIGHT = "2160";
};
args = [
"--hdr-enabled"
"--hdr-itm-enable"
];
};
};
}