diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-01-02 23:17:56 +0100 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-01-02 23:17:56 +0100 |
| commit | e25041e3722a716338a568a1395bb17c8e09e49c (patch) | |
| tree | 424062de12e55213a12324ba4e916f43176abb4b /home-modules/desktop | |
| parent | dca35cc9f01b47974783a2ad2f40382ceb364a09 (diff) | |
Add omega-relay prototype host
Diffstat (limited to 'home-modules/desktop')
| -rw-r--r-- | home-modules/desktop/wayland/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home-modules/desktop/wayland/default.nix b/home-modules/desktop/wayland/default.nix index 87ab13b..27b1176 100644 --- a/home-modules/desktop/wayland/default.nix +++ b/home-modules/desktop/wayland/default.nix @@ -6,6 +6,7 @@ ]; xdg.portal = { enable = true; + config.common.default = "*"; extraPortals = [ pkgs.xdg-desktop-portal-gtk ]; |
