Add some more desktop apps

And attempt to make the connections opening in nautilus.
This commit is contained in:
Alexander Wainwright
2026-01-03 16:05:53 +10:00
parent 7df535c64f
commit 9e8313a8df
4 changed files with 13 additions and 2 deletions

View File

@@ -41,7 +41,8 @@
environment.systemPackages = with pkgs; [
libreoffice-fresh
meld
meld
showtime
];
# Enable networking

View File

@@ -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;