summaryrefslogtreecommitdiff
path: root/home-manager/hyprland.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home-manager/hyprland.nix')
-rw-r--r--home-manager/hyprland.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/home-manager/hyprland.nix b/home-manager/hyprland.nix
new file mode 100644
index 0000000..0540606
--- /dev/null
+++ b/home-manager/hyprland.nix
@@ -0,0 +1,6 @@
+{ config, lib, ...}:
+{
+ programs.hyprland.enable = true;
+ # Optional, hint electron apps to use wayland:
+ environment.sessionVariables.NIXOS_OZONE_WL = "1";
+} \ No newline at end of file