framework-2024-09-03-07-33-45

This commit is contained in:
Alexander Szczepanski
2024-09-03 07:33:45 +02:00
parent 6e49bca55d
commit 30d2391d45
3 changed files with 17 additions and 24 deletions

View File

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