desktop-2024-09-16-22-47-01

This commit is contained in:
Alexander Szczepanski
2024-09-16 22:47:01 +02:00
parent 59fbc05e8f
commit 95eaa7840f
9 changed files with 96 additions and 145 deletions

View File

@ -5,8 +5,8 @@
programs = {
gamescope = {
enable = true;
capSysNice = true;
package = pkgs.unstable.gamescope;
capSysNice = false;
package = pkgs.gamescope;
};
gamemode = {
@ -16,15 +16,17 @@
steam = {
enable = true;
package = pkgs.unstable.steam;
# package = pkgs.unstable.steam;
extraPackages = with pkgs; [
unstable.gamescope
unstable.mangohud
gamescope
mangohud
libkrb5
keyutils
];
extraCompatPackages = with pkgs; [
proton-ge-custom
];
# extraCompatPackages = with pkgs; [
# proton-ge-custom
# ];
};
};