1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-02-25 00:52:06 +00:00
This commit is contained in:
Rae 5e 2024-12-30 01:16:04 -05:00
parent d3e3b66e74
commit 223e913659

View file

@ -70,7 +70,15 @@
flatpak.enable = true;
};
xdg.portal.enable = true;
xdg.portal = {
enable = true;
config = {
common = {
default = [ "gtk "];
};
};
extraPortals = with pkgs; [ xdg-desktop-portal-gtk ];
};
fonts = {
enableDefaultPackages = true;