From 34c7b89762656c0d40b7480d9eada1285327acbd Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Fri, 12 Jan 2024 14:29:24 -0500 Subject: [PATCH] global/packages: move duplicate packages to system-only Home manager modules already install git and vim, so this prevents them from conflicting. --- modules/global/packages.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/modules/global/packages.nix b/modules/global/packages.nix index fe38384..32b7fc4 100644 --- a/modules/global/packages.nix +++ b/modules/global/packages.nix @@ -20,7 +20,6 @@ erdtree eza fd - git htop hyfetch imagemagick @@ -46,7 +45,6 @@ unrar-wrapper unzip util-linux - vim wget whois xxHash @@ -64,6 +62,10 @@ frei ntfs3g # Windows drives usbutils + + # covered by home manager + git + vim ]) ++ (lib.optionals config.info.graphical (with pkgs; [ arandr ffmpeg