flatpak font workarounds

This commit is contained in:
2025-01-06 17:51:08 -08:00
parent d7c234db82
commit 0fdd9efff2
5 changed files with 67 additions and 44 deletions

5
modules/default.nix Normal file
View File

@@ -0,0 +1,5 @@
{...}: {
imports = [
./workarounds
];
}