diff --git a/system/configuration.nix b/system/configuration.nix index 86a13ac..e8c6b3e 100644 --- a/system/configuration.nix +++ b/system/configuration.nix @@ -53,7 +53,7 @@ xdg.portal = { extraPortals = [ pkgs.xdg-desktop-portal-gtk ]; - config.common.default = "gtk"; + config.common.default = "*"; }; ### HARDWARE diff --git a/user/hyprland.nix b/user/hyprland.nix index 4d20847..4768782 100644 --- a/user/hyprland.nix +++ b/user/hyprland.nix @@ -238,6 +238,7 @@ }; systemd.variables = [ "--all" ]; + systemd.extraCommands = [ "systemctl --user restart xdg-desktop-portal.service" ]; }; home.packages = with pkgs; [