disable dedicated graphics by default again

This commit is contained in:
Vinzenz Schroeter 2023-10-02 20:44:44 +02:00
parent be60d90339
commit e6366c642d

View file

@ -17,10 +17,5 @@
# flatpak xdg-portal-kde crashes, otherwise this would be global
services.flatpak.enable = true;
# force rendering on dedicated graphics
environment.sessionVariables = rec {
DRI_PRIME = "1";
};
};
}