From c77b57313c0f4b085d27d326abb89e68b57adbe9 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Sat, 21 Sep 2024 12:56:30 +0200 Subject: update webtray --- common/default.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'common/default.nix') diff --git a/common/default.nix b/common/default.nix index 8b21089..8baaf5c 100644 --- a/common/default.nix +++ b/common/default.nix @@ -51,6 +51,17 @@ hardware.bluetooth.enable = true; + xdg.portal = { + enable = true; + config = { + common = { + default = [ "hyprland" ]; + }; + }; + configPackages = [ pkgs.xdg-desktop-portal-hyprland ]; + extraPortals = [ pkgs.xdg-desktop-portal-hyprland ]; + }; + nix.settings.experimental-features = [ "nix-command" "flakes" -- cgit v1.2.3-70-g09d2