mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2024-11-25 09:18:49 +01:00
update hardware and steam conf
This commit is contained in:
parent
fba864d9ae
commit
a242c2af9f
1 changed files with 20 additions and 1 deletions
|
@ -51,6 +51,7 @@
|
||||||
acceleration = "rocm";
|
acceleration = "rocm";
|
||||||
};
|
};
|
||||||
desktopManager.plasma6.enable = true;
|
desktopManager.plasma6.enable = true;
|
||||||
|
blueman.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.kdeconnect.enable = true;
|
programs.kdeconnect.enable = true;
|
||||||
|
@ -59,11 +60,29 @@
|
||||||
hardware.opengl = {
|
hardware.opengl = {
|
||||||
extraPackages = with pkgs; [ vaapiVdpau libvdpau-va-gl ];
|
extraPackages = with pkgs; [ vaapiVdpau libvdpau-va-gl ];
|
||||||
};
|
};
|
||||||
|
hardware.bluetooth.enable = true;
|
||||||
|
|
||||||
programs.steam.gamescopeSession = {
|
programs.steam.gamescopeSession = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
env = {
|
||||||
|
WLR_RENDERER = "vulkan";
|
||||||
|
DXVK_HDR = "1";
|
||||||
|
STEAM_GAMESCOPE_VRR_SUPPORTED = "1";
|
||||||
|
SDL_VIDEO_MINIMIZE_ON_FOCUS_LOSS = "0";
|
||||||
|
ENABLE_GAMESCOPE_WSI = "1";
|
||||||
|
WINE_FULLSCREEN_FSR = "1";
|
||||||
|
};
|
||||||
args = [
|
args = [
|
||||||
"-O HDMI-A-1"
|
"-f"
|
||||||
|
"-F fsr"
|
||||||
|
"--rt"
|
||||||
|
"--adaptive-sync"
|
||||||
|
"-w 1920"
|
||||||
|
"-h 1080"
|
||||||
|
"-r 120"
|
||||||
|
"--hdr-enabled"
|
||||||
|
"--hdr-itm-enable"
|
||||||
|
"-O DP-3"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue