Update desktop.nix

This commit is contained in:
Melvin Ragusa
2026-02-04 12:33:12 +01:00
parent 000e1bfeb2
commit bb559c2726

View File

@@ -19,7 +19,10 @@
pkgs.xdg-desktop-portal-gtk
pkgs.xdg-desktop-portal-gnome
];
config.common.default = "gtk";
config.common = {
default = [ "gtk" ];
"org.freedesktop.impl.portal.FileChooser" = [ "gtk" ];
};
};
# ═══════════════════════════════════════════════════════════════