fix: flatpak apps not opening links in browser

- Solve by auto-restarting xdg-desktop-portal.service
This commit is contained in:
datsudo 2025-06-06 19:06:35 +08:00
parent e1f804270d
commit f507cada32
2 changed files with 2 additions and 1 deletions

View File

@ -53,7 +53,7 @@
xdg.portal = { xdg.portal = {
extraPortals = [ pkgs.xdg-desktop-portal-gtk ]; extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
config.common.default = "gtk"; config.common.default = "*";
}; };
### HARDWARE ### HARDWARE

View File

@ -238,6 +238,7 @@
}; };
systemd.variables = [ "--all" ]; systemd.variables = [ "--all" ];
systemd.extraCommands = [ "systemctl --user restart xdg-desktop-portal.service" ];
}; };
home.packages = with pkgs; [ home.packages = with pkgs; [