diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2023-08-31 00:46:37 +0200 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2023-08-31 00:46:37 +0200 |
| commit | 86a6936ec93116229a7b66c1e88d0e7beeaba3b3 (patch) | |
| tree | 8d64ffe7b8504fecc2e591d18c2fe9c8f9af3cf8 /modules/hyprland.nix | |
| parent | 099f41c5591a3cd7d2d2fe73b6158d1d34761d4f (diff) | |
Diffstat (limited to 'modules/hyprland.nix')
| -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 1502c99..0540606 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 |
