mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 01:53:15 -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 // {
|
||||
driSupport = true;
|
||||
driSupport32Bit = true;
|
||||
extraPackages = with pkgs; [ libGL ];
|
||||
setLdLibraryPath = true;
|
||||
};
|
||||
# deprecated?
|
||||
# hardware.opengl = enabled // {
|
||||
# driSupport = true;
|
||||
# driSupport32Bit = true;
|
||||
# extraPackages = with pkgs; [ libGL ];
|
||||
# setLdLibraryPath = true;
|
||||
# };
|
||||
|
||||
|
||||
# Load nvidia driver for Xorg and Wayland
|
||||
services.xserver.videoDrivers = [ "nvidia" ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue