diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2024-06-15 23:30:22 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2024-06-15 23:30:22 -0600 |
| commit | 531568d0cbac946f99885adc1a15c4201fd82175 (patch) | |
| tree | 7eac531431bba053ca0fa052070c9df592f5bbc9 /modules | |
| parent | 37a7be407f347a89550643d53e84d6ba55300858 (diff) | |
trying to make custom package
Diffstat (limited to 'modules')
| -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; |
