Fix link opening in Flatpak apps

This commit is contained in:
Jakob Lechner 2025-01-16 17:10:02 +01:00
parent 69d5ac43f5
commit 3e1b573df8
3 changed files with 14 additions and 1 deletions

View file

@ -25,9 +25,16 @@ lib.mkIf (config.jalr.gui.enable && config.jalr.gui.desktop == "sway") {
xdg-desktop-portal-wlr
xdg-desktop-portal-gtk
];
xdgOpenUsePortal = true;
};
icons.enable = true;
};
programs.wshowkeys.enable = true;
programs.dconf.enable = true;
environment.systemPackages = with pkgs; [
adwaita-icon-theme
];
}