fix: force using unfree packages for whatsapp-emoji-font
This commit is contained in:
parent
106b0d752e
commit
6ea68a2b25
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue