mirror of
https://github.com/kaesaecracker/nixos-configuration.git
synced 2025-01-18 18:40:14 +01:00
disable dedicated graphics by default again
This commit is contained in:
parent
be60d90339
commit
e6366c642d
|
@ -17,10 +17,5 @@
|
||||||
|
|
||||||
# flatpak xdg-portal-kde crashes, otherwise this would be global
|
# flatpak xdg-portal-kde crashes, otherwise this would be global
|
||||||
services.flatpak.enable = true;
|
services.flatpak.enable = true;
|
||||||
|
|
||||||
# force rendering on dedicated graphics
|
|
||||||
environment.sessionVariables = rec {
|
|
||||||
DRI_PRIME = "1";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue