feat(work-pc): setup Wayland with NVIDIA's GBM backend

This commit is contained in:
Felix Schröter 2021-11-09 09:57:22 +01:00
parent 94936f5d01
commit 594e74dd43
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58
4 changed files with 39 additions and 2 deletions
home/browsers

View file

@ -69,7 +69,10 @@ in {
programs.firefox = {
enable = true;
package = with pkgs;
wrapFirefox firefox-unwrapped { cfg.enableFXCastBridge = true; };
wrapFirefox firefox-unwrapped {
forceWayland = true;
cfg.enableFXCastBridge = true;
};
profiles = {
private = {
id = 0;