mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
desktop setup and piefed mayb
This commit is contained in:
parent
1a6c8fe751
commit
64127d65ba
1 changed files with 2 additions and 2 deletions
|
|
@ -12,11 +12,11 @@
|
|||
hardware.nvidia = {
|
||||
modesetting.enable = true;
|
||||
powerManagement.enable = false;
|
||||
open = false;
|
||||
open = true; # Use the open-source kernel module (recommended for RTX 20+ cards)
|
||||
nvidiaSettings = true;
|
||||
package = config.boot.kernelPackages.nvidiaPackages.stable;
|
||||
nvidiaPersistenced = true; # Correct way to enable persistence mode
|
||||
};
|
||||
services.nvidia.persistence.enable = true; # Prevents stuttering
|
||||
|
||||
services.pipewire.enable = true;
|
||||
security.rtkit.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue