diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2023-08-30 22:56:23 +0200 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2023-08-30 22:56:23 +0200 |
| commit | e68f05c78c57d2d719929b42e9659511d14af455 (patch) | |
| tree | 15170de3c0e796b40b51674ef59a6dc122f8f7b9 /modules/hyprland.nix | |
Creating initial commit.
Diffstat (limited to 'modules/hyprland.nix')
| -rw-r--r-- | modules/hyprland.nix | 5 |
1 files changed, 5 insertions, 0 deletions
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 |
