fix: make portals great again!

This commit is contained in:
2026-04-26 07:15:21 +02:00
parent 701b7e58a8
commit 36094dcaed
8 changed files with 121 additions and 104 deletions
-22
View File
@@ -23,28 +23,6 @@
else
[ ]
);
xdg.portal = {
enable = true;
config = {
common = {
default = [
"gnome"
"gtk"
];
"org.freedesktop.impl.portal.ScreenCast" = "gnome";
"org.freedesktop.impl.portal.Screenshot" = "gnome";
"org.freedesktop.impl.portal.RemoteDesktop" = "gnome";
};
};
xdgOpenUsePortal = true;
extraPortals = with pkgs; [
xdg-desktop-portal
xdg-desktop-portal-gtk
xdg-desktop-portal-gnome
];
};
time.timeZone = "Europe/Rome";
# Select internationalisation properties.