diff --git a/hosts/aristotle/home/default.nix b/hosts/aristotle/home/default.nix index 798ac81..1d47c9a 100644 --- a/hosts/aristotle/home/default.nix +++ b/hosts/aristotle/home/default.nix @@ -5,11 +5,10 @@ }: { imports = [ - ./fonts ./theme.nix ./xdg-mime.nix ] - ++ map (n: ../../../../home/applications/${n}) [ + ++ map (n: ../../../home/applications/${n}) [ "fcitx5" "firefox" "foot"