make electron apps work on wayland

main
Christian Ott 2 years ago
parent bc6692e67d
commit b1dfb62b5e
  1. 8
      configuration.nix

@ -99,6 +99,14 @@
configPackages = [ pkgs.xdg-desktop-portal-hyprland ];
};
environment.sessionVariables = {
NIXOS_OZONE_WL = "1";
XCURSOR_SIZE = "24";
XCURSOR_THEME = "Yaru";
QT_QPA_PLATFORMTHEME = "qt5ct";
QT_WAYLAND_DISABLE_WINDOWDECORATION = "1";
};
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [

Loading…
Cancel
Save

Powered by TurnKey Linux.