desktop-2024-09-29-12-25-24
This commit is contained in:
@ -4,7 +4,6 @@
|
||||
gamescope = {
|
||||
enable = true;
|
||||
capSysNice = false;
|
||||
package = pkgs.gamescope;
|
||||
};
|
||||
|
||||
gamemode = {
|
||||
@ -14,7 +13,6 @@
|
||||
|
||||
steam = {
|
||||
enable = true;
|
||||
# package = pkgs.unstable.steam;
|
||||
extraPackages = with pkgs; [
|
||||
gamescope
|
||||
mangohud
|
||||
@ -22,23 +20,18 @@
|
||||
keyutils
|
||||
];
|
||||
|
||||
# extraCompatPackages = with pkgs; [
|
||||
# proton-ge-custom
|
||||
# ];
|
||||
extraCompatPackages = with pkgs; [
|
||||
proton-ge-bin
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
# (lutris.override {
|
||||
# extraPkgs = pkgs: [
|
||||
# pkgs.gamescope
|
||||
# pkgs.mangohud
|
||||
# ];
|
||||
# })
|
||||
|
||||
lutris
|
||||
heroic
|
||||
|
||||
vkbasalt
|
||||
|
||||
protontricks
|
||||
protonup-qt
|
||||
vulkan-tools
|
||||
|
Reference in New Issue
Block a user