From 5d730f807102c9454fffb25ba03067a45c46ed70 Mon Sep 17 00:00:00 2001 From: soraefir Date: Sun, 26 Nov 2023 01:33:20 +0100 Subject: [PATCH] [m]Flake: Updated XDG portal config for 24.05 --- modules/nixos/system/xdg/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/nixos/system/xdg/default.nix b/modules/nixos/system/xdg/default.nix index d6395a1..56e5ee2 100644 --- a/modules/nixos/system/xdg/default.nix +++ b/modules/nixos/system/xdg/default.nix @@ -3,11 +3,11 @@ xdg.portal = { enable = true; # wlr.enable = true; - extraPortals = with pkgs; - [ - xdg-desktop-portal-hyprland - # xdg-desktop-portal-gtk - ]; + extraPortals = with pkgs; [ + xdg-desktop-portal-hyprland + xdg-desktop-portal-gtk + ]; + config.common.default = [ "hyprland" "gtk" ]; }; environment.sessionVariables = rec {