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 =