Update FredOS-Gaming.nix
This commit is contained in:
parent
7f05cd4428
commit
8c2642c885
1 changed files with 0 additions and 7 deletions
|
|
@ -7,12 +7,6 @@
|
||||||
adwaita-icon-theme # Helps with missing cursors/icons in some Wine games
|
adwaita-icon-theme # Helps with missing cursors/icons in some Wine games
|
||||||
];
|
];
|
||||||
|
|
||||||
# Enable the Gamescope Module
|
|
||||||
programs.gamescope = {
|
|
||||||
enable = true;
|
|
||||||
capSysNice = false;
|
|
||||||
# args = [ "--rt" ]; # Optional: Force realtime priority
|
|
||||||
};
|
|
||||||
# Enables Vulkan and OpenGL drivers
|
# Enables Vulkan and OpenGL drivers
|
||||||
hardware.graphics = {
|
hardware.graphics = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
@ -25,7 +19,6 @@
|
||||||
package = pkgs.steam.override {
|
package = pkgs.steam.override {
|
||||||
extraPkgs = pkgs: with pkgs; [
|
extraPkgs = pkgs: with pkgs; [
|
||||||
kdePackages.breeze
|
kdePackages.breeze
|
||||||
libgdiplus # Often helps with Wine UI rendering
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue