update openmodelica

This commit is contained in:
2026-05-07 20:19:40 +09:00
parent 097ad8118e
commit 1a13db8498
5 changed files with 104 additions and 84 deletions

View File

@@ -15,9 +15,10 @@
xdg.portal = {
enable = true;
extraPortals = [
pkgs.xdg-desktop-portal-hyprland
pkgs.xdg-desktop-portal-gtk
extraPortals = with pkgs; [
xdg-desktop-portal-hyprland
xdg-desktop-portal-gtk
xdg-desktop-portal-gnome
];
config.common.default = "*";
};