with games now

This commit is contained in:
twoneis 2024-06-23 17:27:58 +02:00
parent c374ce3fab
commit 6ec7119199
2 changed files with 5 additions and 1 deletions

View file

@ -63,7 +63,7 @@
nvidia = { nvidia = {
modesetting.enable = true; modesetting.enable = true;
nvidiaSettings = false; nvidiaSettings = false;
package = config.boot.kernelPackages.nvidiaPackages.vulkan_beta; package = config.boot.kernelPackages.nvidiaPackages.stable;
}; };
graphics = { graphics = {

View file

@ -2,4 +2,8 @@
programs.steam = { programs.steam = {
enable = true; enable = true;
}; };
programs.gamescope = {
enable = true;
};
} }