Update FredOS-Gaming.nix
This commit is contained in:
parent
7bd5f533c5
commit
f1fee305e1
1 changed files with 6 additions and 1 deletions
|
|
@ -7,12 +7,17 @@
|
||||||
adwaita-icon-theme # Helps with missing cursors/icons in some Wine games
|
adwaita-icon-theme # Helps with missing cursors/icons in some Wine games
|
||||||
];
|
];
|
||||||
|
|
||||||
# 1. Enable the Gamescope Module
|
# Enable the Gamescope Module
|
||||||
programs.gamescope = {
|
programs.gamescope = {
|
||||||
enable = true;
|
enable = true;
|
||||||
capSysNice = true; # Fixes "No CAP_SYS_NICE" warning implies better performance
|
capSysNice = true; # Fixes "No CAP_SYS_NICE" warning implies better performance
|
||||||
# args = [ "--rt" ]; # Optional: Force realtime priority
|
# args = [ "--rt" ]; # Optional: Force realtime priority
|
||||||
};
|
};
|
||||||
|
# Enables Vulkan and OpenGL drivers
|
||||||
|
hardware.graphics = {
|
||||||
|
enable = true;
|
||||||
|
enable32Bit = true;
|
||||||
|
};
|
||||||
|
|
||||||
programs.steam = {
|
programs.steam = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue