Files
amazing-dotfiles/modules/xdg.nix
2026-02-22 22:53:27 +01:00

13 lines
125 B
Nix

{ ... }:
{
xdg.portal.config = {
common = {
default = [
"hyprland"
"gtk"
];
};
};
}