add unsupported gpu to sway
This commit is contained in:
parent
42c009af19
commit
6ec1378c97
1 changed files with 3 additions and 0 deletions
|
|
@ -107,6 +107,9 @@ in {
|
|||
programs.sway = {
|
||||
enable = true;
|
||||
wrapperFeatures.gtk = true;
|
||||
extraOptions = [
|
||||
"--unsupported-gpu"
|
||||
];
|
||||
};
|
||||
|
||||
environment.etc = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue