Update desktop.nix

This commit is contained in:
Melvin Ragusa
2026-02-04 22:14:47 +01:00
parent 83aed9b34a
commit 25a0a24ca7

View File

@@ -16,13 +16,15 @@
xdg.portal = { xdg.portal = {
enable = true; enable = true;
extraPortals = [ extraPortals = [
pkgs.xdg-desktop-portal-gnome
pkgs.xdg-desktop-portal-gtk pkgs.xdg-desktop-portal-gtk
]; ];
config.common = { config.common = {
default = [ "gtk" ]; default = [ "gtk" ];
"org.freedesktop.impl.portal.FileChooser" = [ "gtk" ]; "org.freedesktop.impl.portal.FileChooser" = [ "gtk" ];
}; };
config.niri = {
default = [ "gtk" ];
};
}; };
# ═══════════════════════════════════════════════════════════════ # ═══════════════════════════════════════════════════════════════