nix: move enabling fontDir to linux desktop.nix

This commit is contained in:
Nico 2025-05-03 16:16:00 +10:00
parent 89fd1710c3
commit 591a6999ee
2 changed files with 3 additions and 1 deletions

View file

@ -33,5 +33,8 @@
extest.enable = true;
};
# Enable font dir for compatability
fontDir.enable = true;
services.flatpak.enable = true;
}