electron settings
This commit is contained in:
parent
e993e98495
commit
e065bca40d
@ -62,6 +62,18 @@
|
|||||||
[Context]
|
[Context]
|
||||||
filesystems=/run/current-system/sw/share/X11/fonts:ro;/nix/store:ro;~/.icons;
|
filesystems=/run/current-system/sw/share/X11/fonts:ro;/nix/store:ro;~/.icons;
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
# Electron global settings
|
||||||
|
".config/electron-flags.conf".text = ''
|
||||||
|
--enable-features=WaylandWindowDecorations
|
||||||
|
--ozone-platform-hint=auto
|
||||||
|
--enable-webrtc-pipewire-capturer
|
||||||
|
'';
|
||||||
|
|
||||||
|
".config/electron13-flags.conf".text = ''
|
||||||
|
--enable-features=UseOzonePlatform
|
||||||
|
--ozone-platform=wayland
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
Reference in New Issue
Block a user