Fixed fonts not rendering in flatpak apps

This commit is contained in:
2025-06-03 15:41:51 +02:00
parent b5f3a90154
commit 6cd4e5dfe7
2 changed files with 2 additions and 1 deletions

View File

@@ -2,5 +2,6 @@
{ {
fonts.packages = with pkgs; [ fonts.packages = with pkgs; [
nerd-fonts.jetbrains-mono nerd-fonts.jetbrains-mono
noto-fonts
]; ];
} }

View File

@@ -86,7 +86,7 @@
portal = { portal = {
enable = true; enable = true;
extraPortals = with pkgs; [ extraPortals = with pkgs; [
xdg-desktop-portal-gtk # xdg-desktop-portal-gtk
]; ];
}; };
}; };