diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2023-08-31 00:13:19 +0200 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2023-08-31 00:13:19 +0200 |
| commit | 58d98f017b07187ece57c30e445afd2436dcebec (patch) | |
| tree | 0fcd5d72c17ee599464345e5c9a7bdb4c59ff2ff /modules | |
| parent | 9a88a88fa98197be43817bd3db23b043e25b91ca (diff) | |
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/hyprland.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/hyprland.nix b/modules/hyprland.nix index d91811a..0540606 100644 --- a/modules/hyprland.nix +++ b/modules/hyprland.nix @@ -1,5 +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 |
