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 = {
enable = true;
extraPortals = [
pkgs.xdg-desktop-portal-gnome
pkgs.xdg-desktop-portal-gtk
];
config.common = {
default = [ "gtk" ];
"org.freedesktop.impl.portal.FileChooser" = [ "gtk" ];
};
config.niri = {
default = [ "gtk" ];
};
};
# ═══════════════════════════════════════════════════════════════