Add some more desktop apps
And attempt to make the connections opening in nautilus.
This commit is contained in:
parent
7df535c64f
commit
9e8313a8df
4 changed files with 13 additions and 2 deletions
|
|
@ -7,6 +7,13 @@
|
|||
wrapperFeatures.gtk = true;
|
||||
};
|
||||
|
||||
# Ensure xdg-desktop-portal is working (needed for file pickers/open with)
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
wlr.enable = true;
|
||||
extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
|
||||
};
|
||||
|
||||
# Hardware and security services that must be system-wide
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
security.polkit.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue