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, inputs,
lib,
pkgs, pkgs,
... ...
}: { }: {
imports = [inputs.stylix.nixosModules.stylix]; imports = [inputs.stylix.nixosModules.stylix];
config = { config = {
# whatsapp-emoji-font is unfree.
nixpkgs.config.allowUnfree = lib.mkForce true;
stylix = { stylix = {
enable = true; enable = true;