From d7ae4f92675dd283ff7cb84316b9ff21c8c70bf6 Mon Sep 17 00:00:00 2001 From: Deepak Mallubhotla Date: Sat, 16 Apr 2022 16:52:39 -0500 Subject: [PATCH] fix: fixes font folder --- hosts/maxos/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/maxos/configuration.nix b/hosts/maxos/configuration.nix index 3c962a1..cd7c7f0 100644 --- a/hosts/maxos/configuration.nix +++ b/hosts/maxos/configuration.nix @@ -5,7 +5,7 @@ { config, pkgs, ... }: let - custom-fonts = import ./fonts { inherit pkgs; }; + custom-fonts = import ../../fonts { inherit pkgs; }; in { imports =