diff options
| author | Fuwn <[email protected]> | 2024-08-30 19:17:58 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-08-30 19:17:58 -0700 |
| commit | 706b6c87d63f3d69b16e65de8afd8e58846ff104 (patch) | |
| tree | 789153e6c080b0e61fca1c65829c8a55a041fd13 /home/ebisu/fortune/system/fonts | |
| parent | gnu (diff) | |
| download | nixos-config-706b6c87d63f3d69b16e65de8afd8e58846ff104.tar.xz nixos-config-706b6c87d63f3d69b16e65de8afd8e58846ff104.zip | |
thi
Diffstat (limited to 'home/ebisu/fortune/system/fonts')
| -rw-r--r-- | home/ebisu/fortune/system/fonts/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/home/ebisu/fortune/system/fonts/default.nix b/home/ebisu/fortune/system/fonts/default.nix index ffc6f89..f81c709 100644 --- a/home/ebisu/fortune/system/fonts/default.nix +++ b/home/ebisu/fortune/system/fonts/default.nix @@ -50,5 +50,9 @@ nerdfonts cantarell-fonts inter + font-awesome + joypixels ]; + + nixpkgs.config.joypixels.acceptLicense = true; } |