mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2024-11-22 16:08:50 +01:00
some laptop steam experiments
This commit is contained in:
parent
1cbab37a97
commit
fba864d9ae
1 changed files with 20 additions and 1 deletions
|
@ -29,7 +29,6 @@
|
|||
xserver = {
|
||||
enable = true;
|
||||
displayManager.sddm.enable = true;
|
||||
displayManager.defaultSession = "plasma";
|
||||
xkb = {
|
||||
variant = "";
|
||||
layout = "us";
|
||||
|
@ -46,6 +45,26 @@
|
|||
|
||||
programs.kdeconnect.enable = true;
|
||||
|
||||
programs.gamescope = {
|
||||
enable = true;
|
||||
capSysNice = true;
|
||||
};
|
||||
|
||||
programs.steam.gamescopeSession = {
|
||||
enable = true;
|
||||
env = {
|
||||
STEAM_GAMESCOPE_VRR_SUPPORTED = "1";
|
||||
SDL_VIDEO_MINIMIZE_ON_FOCUS_LOSS = "0";
|
||||
};
|
||||
args = [
|
||||
"-f"
|
||||
"-F fsr"
|
||||
"--rt"
|
||||
"--adaptive-sync"
|
||||
"-O HDMI-A-1"
|
||||
];
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [ brlaser brgenml1lpr ];
|
||||
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
|
|
Loading…
Reference in a new issue