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,
|
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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue