summaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2026-05-26 09:04:57 -0400
committerFreya Murphy <freya@freyacat.org>2026-05-26 09:04:57 -0400
commit27512f784a81c87cea419f2aff5916ba3938023f (patch)
tree2447af3348bdb63b111648c7c2d6e4a5b163e57d /system
parentnvidia stability improvements (diff)
downloaddotfiles-nix-27512f784a81c87cea419f2aff5916ba3938023f.tar.gz
dotfiles-nix-27512f784a81c87cea419f2aff5916ba3938023f.tar.bz2
dotfiles-nix-27512f784a81c87cea419f2aff5916ba3938023f.zip
refactor hyprland config again a lil bit
Diffstat (limited to 'system')
-rw-r--r--system/desktops/wayland.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/system/desktops/wayland.nix b/system/desktops/wayland.nix
index 2f43fb3..ce647ee 100644
--- a/system/desktops/wayland.nix
+++ b/system/desktops/wayland.nix
@@ -23,6 +23,11 @@ in {
};
};
+ environment.variables = {
+ MOZ_ENABLE_WAYLAND = "1";
+ NIXOS_OZONE_WL = "1";
+ };
+
programs.xwayland.enable = true;
};
}