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
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue