Fix flatpak

This commit is contained in:
Henry Hiles 2025-08-03 00:13:51 -04:00
commit 1dd51ab937
No known key found for this signature in database
3 changed files with 13 additions and 5 deletions

View file

@ -1 +1,4 @@
{services.flatpak.enable = true;}
{
services.flatpak.enable = true;
fonts.fontDir.enable = true;
}

View file

@ -0,0 +1,5 @@
{
nixpkgs.config.permittedInsecurePackages = [
"libsoup-2.74.3"
];
}