mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-12 03:26:17 +00:00
feat: improve vim setup
This commit is contained in:
@@ -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"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user