diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2023-08-31 00:37:17 +0200 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2023-08-31 00:37:17 +0200 |
| commit | 922dbb8f8cbc48ccc23f4dfddb232102d3e9a258 (patch) | |
| tree | 92908ec57cd40abae6075a44cfec1e4feca94406 /modules | |
| parent | 587d3d8f126b9d6b67b5e0ca3d660775587de9fb (diff) | |
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 |
