diff options
-rw-r--r-- | hosts/caladan/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/caladan/default.nix b/hosts/caladan/default.nix index 9f29514..b2e8402 100644 --- a/hosts/caladan/default.nix +++ b/hosts/caladan/default.nix @@ -136,6 +136,7 @@ enable = true; libraries = [ pkgs.fontconfig + pkgs.freetype ]; }; |