fix: force using unfree packages for whatsapp-emoji-font

This commit is contained in:
punkfairie 2025-05-26 13:30:12 -07:00
parent 106b0d752e
commit 6ea68a2b25
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6

View file

@ -1,11 +1,15 @@
{
inputs,
lib,
pkgs,
...
}: {
imports = [inputs.stylix.nixosModules.stylix];
config = {
# whatsapp-emoji-font is unfree.
nixpkgs.config.allowUnfree = lib.mkForce true;
stylix = {
enable = true;