From a57e2d305062133c1aa4bbcd1aafb2a66f7855ee Mon Sep 17 00:00:00 2001 From: Guanran Wang Date: Wed, 17 Jul 2024 11:36:13 +0800 Subject: [PATCH] fixup! aristotle: cleanup --- hosts/aristotle/home/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"