mirror of
https://github.com/szymon-jozef/amazing-dotfiles.git
synced 2026-09-07 12:10:45 +02:00
13 lines
125 B
Nix
13 lines
125 B
Nix
{ ... }:
|
|
|
|
{
|
|
xdg.portal.config = {
|
|
common = {
|
|
default = [
|
|
"hyprland"
|
|
"gtk"
|
|
];
|
|
};
|
|
};
|
|
}
|