Enable supergfxd with nvidia thing

apparently nvidia gpu is still using power even without driver and i
want to turn it off (what the fuck)
This commit is contained in:
NullBite 2023-12-28 04:21:08 -05:00
parent 2c988ab77a
commit 648e1dc453
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -2,11 +2,11 @@
{ {
services.supergfxd.enable = true;
specialisation = { specialisation = {
nvidia.configuration = { nvidia.configuration = {
system.nixos.tags = [ "NVIDIA" ]; system.nixos.tags = [ "NVIDIA" ];
services.supergfxd.enable = true;
# Load nvidia driver for Xorg and Wayland # Load nvidia driver for Xorg and Wayland
services.xserver.videoDrivers = ["amdgpu" "nvidia"]; services.xserver.videoDrivers = ["amdgpu" "nvidia"];