home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 63613e43e9f46e7340d207e90dc805a4adf97f84
parent 264b01a331fcf6111511f7f8f65d5197067cb7f2
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri, 10 Apr 2020 13:40:35 +0200

desktop.nix: add WEBKIT_DISABLE_COMPOSITING_MODE=1

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mmodules/profiles/desktop.nix | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/modules/profiles/desktop.nix b/modules/profiles/desktop.nix @@ -38,6 +38,7 @@ in }; }; config = mkIf cfg.enable { + home.sessionVariables = { WEBKIT_DISABLE_COMPOSITING_MODE = 1; }; profiles.gpg.enable = true; profiles.emacs.capture = true; xsession = mkIf cfg.xsession.enable {