remove deprecated opengl option

This commit is contained in:
2024-12-30 09:02:42 +01:00
parent ba60a3c637
commit 2969562349

View File

@@ -16,12 +16,6 @@
{
imports = [ ../waybar.nix ];
hardware.opengl = {
enable = true;
driSupport = true;
driSupport32Bit = true;
};
environment = {
loginShellInit = ''
if [ -z $DISPLAY ] && [ $UID != 0 ] && [ "$(tty)" = "/dev/tty1" ]; then