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:
parent
44a64f0fd5
commit
34c7b89762
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue