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:
parent
2c988ab77a
commit
648e1dc453
@ -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"];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user