diff --git a/modules/gui.nix b/modules/gui.nix index 2d94373..adfbbfa 100644 --- a/modules/gui.nix +++ b/modules/gui.nix @@ -53,6 +53,7 @@ with pkgs; export NVIM_LISTEN_ADDRESS=/tmp/nvimsocket export GIT_CONFIG_NOSYSTEM=true export SYSTEMD_LESS=FRSMK + export WLR_RENDERER=vulkan ''; wrapperFeatures.gtk = true; };