diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/hyprland.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/hyprland.nix b/modules/hyprland.nix index 0540606..1502c99 100644 --- a/modules/hyprland.nix +++ b/modules/hyprland.nix @@ -1,6 +1,6 @@ { config, lib, ...}: { - programs.hyprland.enable = true; + # programs.hyprland.enable = true; # Optional, hint electron apps to use wayland: environment.sessionVariables.NIXOS_OZONE_WL = "1"; }
\ No newline at end of file |
