add unsupported gpu to sway

This commit is contained in:
2023-11-20 20:28:13 +01:00
parent 42c009af19
commit 6ec1378c97

View File

@@ -107,6 +107,9 @@ in {
programs.sway = {
enable = true;
wrapperFeatures.gtk = true;
extraOptions = [
"--unsupported-gpu"
];
};
environment.etc = {