some more desktop functionality

This commit is contained in:
2025-02-23 18:30:30 +01:00
parent 5c79c29b7d
commit 1d2b3f799d
8 changed files with 69 additions and 6 deletions

View File

@@ -0,0 +1,11 @@
{inputs, pkgs, ...}:
{
xdg.enable = true;
xdg.portal = {
enable = true;
extraPortals = [
pkgs.xdg-desktop-portal-gtk
];
};
}