fix: exclude orca due to service bug
This commit is contained in:
parent
b0a59c8884
commit
aa853d6703
1 changed files with 4 additions and 0 deletions
|
|
@ -28,4 +28,8 @@
|
||||||
wayland = true;
|
wayland = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
environment.gnome.excludePackages = (with pkgs; [
|
||||||
|
orca
|
||||||
|
]);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue