Skip to content

Commit 7d8f6e9

Browse files
eapolinarioclaude
andcommitted
fix(common): allow unfree license for Symbola font
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent a62fece commit 7d8f6e9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

nixos/modules/common/default.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{ config, pkgs, lib, ... }:
22
{
3+
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
4+
"symbola"
5+
];
6+
37
nix.settings = {
48
experimental-features = [ "nix-command" "flakes" ];
59
auto-optimise-store = true;

0 commit comments

Comments
 (0)