global/packages: move duplicate packages to system-only

Home manager modules already install git and vim, so this prevents them
from conflicting.
This commit is contained in:
Infinidoge 2024-01-12 14:29:24 -05:00
parent 44a64f0fd5
commit 34c7b89762
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

@ -20,7 +20,6 @@
erdtree erdtree
eza eza
fd fd
git
htop htop
hyfetch hyfetch
imagemagick imagemagick
@ -46,7 +45,6 @@
unrar-wrapper unrar-wrapper
unzip unzip
util-linux util-linux
vim
wget wget
whois whois
xxHash xxHash
@ -64,6 +62,10 @@
frei frei
ntfs3g # Windows drives ntfs3g # Windows drives
usbutils usbutils
# covered by home manager
git
vim
]) ++ (lib.optionals config.info.graphical (with pkgs; [ ]) ++ (lib.optionals config.info.graphical (with pkgs; [
arandr arandr
ffmpeg ffmpeg