mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-22 10:10:45 -06:00
remove deprecated option
This commit is contained in:
parent
2c88677922
commit
aebda80ff2
1 changed files with 9 additions and 6 deletions
|
@ -22,12 +22,15 @@
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
hardware.opengl = enabled // {
|
# deprecated?
|
||||||
driSupport = true;
|
# hardware.opengl = enabled // {
|
||||||
driSupport32Bit = true;
|
# driSupport = true;
|
||||||
extraPackages = with pkgs; [ libGL ];
|
# driSupport32Bit = true;
|
||||||
setLdLibraryPath = true;
|
# extraPackages = with pkgs; [ libGL ];
|
||||||
};
|
# setLdLibraryPath = true;
|
||||||
|
# };
|
||||||
|
|
||||||
|
|
||||||
# Load nvidia driver for Xorg and Wayland
|
# Load nvidia driver for Xorg and Wayland
|
||||||
services.xserver.videoDrivers = [ "nvidia" ];
|
services.xserver.videoDrivers = [ "nvidia" ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue