From e68f05c78c57d2d719929b42e9659511d14af455 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Wed, 30 Aug 2023 22:56:23 +0200 Subject: Creating initial commit. --- modules/hyprland.nix | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 modules/hyprland.nix (limited to 'modules/hyprland.nix') diff --git a/modules/hyprland.nix b/modules/hyprland.nix new file mode 100644 index 0000000..d91811a --- /dev/null +++ b/modules/hyprland.nix @@ -0,0 +1,5 @@ +{ config, lib, ...}: +{ + # Optional, hint electron apps to use wayland: + environment.sessionVariables.NIXOS_OZONE_WL = "1"; +} \ No newline at end of file -- cgit v1.2.3