non important commit
This commit is contained in:
parent
5af56be040
commit
e9ebf9137e
1 changed files with 8 additions and 2 deletions
|
|
@ -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"];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue