mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-02-24 16:52:05 +00:00
~
This commit is contained in:
parent
d3e3b66e74
commit
223e913659
1 changed files with 9 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue