mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Hardware/Nvidia] disable Wayland support by default if using proprietary driver
This commit is contained in:
parent
255ee5c1df
commit
c05b897b49
1 changed files with 2 additions and 0 deletions
|
|
@ -67,6 +67,8 @@ in {
|
|||
|
||||
services.xserver.exportConfiguration = true;
|
||||
|
||||
services.xserver.displayManager.sddm.wayland.enable = false; # Frequent issues with Nvidia GPUs
|
||||
|
||||
hardware.nvidia = {
|
||||
powerManagement = mkIf (config.hardware.nvidia.prime.offload.enable || cfg.proprietary.saveAllVram) {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue