fix: flatpak apps not opening links in browser
- Solve by auto-restarting xdg-desktop-portal.service
This commit is contained in:
parent
e1f804270d
commit
f507cada32
@ -53,7 +53,7 @@
|
||||
|
||||
xdg.portal = {
|
||||
extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
|
||||
config.common.default = "gtk";
|
||||
config.common.default = "*";
|
||||
};
|
||||
|
||||
### HARDWARE
|
||||
|
@ -238,6 +238,7 @@
|
||||
};
|
||||
|
||||
systemd.variables = [ "--all" ];
|
||||
systemd.extraCommands = [ "systemctl --user restart xdg-desktop-portal.service" ];
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
|
Loading…
x
Reference in New Issue
Block a user