mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-05-21 16:46:30 +00:00
chore: fix formatting / option rename in hardware/nvidia/properietary.nix
This commit is contained in:
parent
3e7b00c94f
commit
f574f02c68
1 changed files with 1 additions and 3 deletions
|
|
@ -99,9 +99,7 @@ in
|
||||||
|
|
||||||
services.xserver.exportConfiguration = true;
|
services.xserver.exportConfiguration = true;
|
||||||
|
|
||||||
services.xserver.displayManager.sddm.wayland.enable = mkIf (
|
services.displayManager.sddm.wayland.enable = mkIf (!config.aviallon.hardware.intel.enable) (mkDefault false); # Frequent issues with Nvidia GPUs
|
||||||
!config.aviallon.hardware.intel.enable
|
|
||||||
) (mkDefault false); # Frequent issues with Nvidia GPUs
|
|
||||||
|
|
||||||
# Fix hybrid sleep with Nvidia GPU
|
# Fix hybrid sleep with Nvidia GPU
|
||||||
systemd.services.nvidia-suspend = {
|
systemd.services.nvidia-suspend = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue