modules/nix/programs/hyprland: make chromium/electron apps run on Wayland
This commit is contained in:
parent
ec285bcc52
commit
7aadc0c8fe
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@
|
|||
environment.systemPackages = [
|
||||
inputs.hyprland-qtutils.packages.${pkgs.system}.default
|
||||
];
|
||||
|
||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||
|
||||
programs.hyprland = {
|
||||
enable = true;
|
||||
package = inputs.hyprland.packages.${pkgs.system}.hyprland;
|
||||
|
|
Loading…
Reference in a new issue