about summary refs log tree commit diff
path: root/nixos/modules/hardware/video/nvidia.nix
diff options
context:
space:
mode:
authorMax Schorradt <schorradt@tech-effect.de>2022-08-24 20:17:58 +0200
committerMax Schorradt <schorradt@tech-effect.de>2022-08-24 21:34:42 +0200
commit2461a6233430ce84fbd79958ab290318521de865 (patch)
tree6040f87927adee770d3039a1dc966b243bbb85c2 /nixos/modules/hardware/video/nvidia.nix
parent44c79a01aeb7d3dc5a181e53028c81a0ce6cef02 (diff)
nvidia: remove deleted useGlamor option
Diffstat (limited to 'nixos/modules/hardware/video/nvidia.nix')
-rw-r--r--nixos/modules/hardware/video/nvidia.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/nixos/modules/hardware/video/nvidia.nix b/nixos/modules/hardware/video/nvidia.nix
index 8c6c97f9b21d0..c51f9c0b214b5 100644
--- a/nixos/modules/hardware/video/nvidia.nix
+++ b/nixos/modules/hardware/video/nvidia.nix
@@ -260,8 +260,6 @@ in
     # - Configure the display manager to run specific `xrandr` commands which will
     #   configure/enable displays connected to the Intel iGPU / AMD APU.
 
-    services.xserver.useGlamor = mkDefault offloadCfg.enable;
-
     services.xserver.drivers = let
     in optional primeEnabled {
       name = igpuDriver;