fix: fixes font folder

This commit is contained in:
Deepak Mallubhotla 2022-04-16 16:52:39 -05:00
parent 9cdafb04a6
commit d7ae4f9267

View File

@ -5,7 +5,7 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
let let
custom-fonts = import ./fonts { inherit pkgs; }; custom-fonts = import ../../fonts { inherit pkgs; };
in in
{ {
imports = imports =