diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2024-06-18 13:50:05 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2024-06-18 13:50:05 -0600 |
| commit | f707e458df29735a12d860b7067ad049c26e3428 (patch) | |
| tree | f88d80b35bc28838ceb59091ed6266994bd21082 /modules/nixos/hyprland.nix | |
| parent | 45fe53a4238af166f22de4e75697b9d72a464350 (diff) | |
| parent | 531568d0cbac946f99885adc1a15c4201fd82175 (diff) | |
Merge branch 'master' of ssh://bosco:/srv/git/.flake
Diffstat (limited to 'modules/nixos/hyprland.nix')
| -rw-r--r-- | modules/nixos/hyprland.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/nixos/hyprland.nix b/modules/nixos/hyprland.nix index afc96df..bbf7814 100644 --- a/modules/nixos/hyprland.nix +++ b/modules/nixos/hyprland.nix @@ -1,4 +1,4 @@ -{ pkgs, inputs, ...}: { +{ pkgs, ...}: { xdg.portal = { enable = true; wlr.enable = true; |
