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;
|
||||
portal = {
|
||||
enable = true;
|
||||
extraPortals = [pkgs.xdg-desktop-portal-cosmic];
|
||||
config.common.default = "cosmic";
|
||||
xdgOpenUsePortal = true;
|
||||
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