non important commit

This commit is contained in:
Jiří Maxmilián Stříbrný 2026-04-19 21:41:54 +02:00
parent 5af56be040
commit e9ebf9137e

View file

@ -14,8 +14,14 @@
menus.enable = true; menus.enable = true;
portal = { portal = {
enable = true; enable = true;
extraPortals = [pkgs.xdg-desktop-portal-cosmic]; xdgOpenUsePortal = true;
config.common.default = "cosmic"; extraPortals = [
pkgs.xdg-desktop-portal-gtk
pkgs.xdg-desktop-portal-gnome
];
config = {
common.default = ["gnome"];
};
}; };
}; };