global/emacs: move some packages to global/packages

This commit is contained in:
Infinidoge 2024-05-28 10:59:04 -04:00
parent 0916e967f6
commit c9da101ffd
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A
2 changed files with 4 additions and 13 deletions

View file

@ -36,6 +36,7 @@
moreutils
nmap
openssl
pandoc
parallel
parted
pciutils
@ -58,6 +59,7 @@
yq
zip
] ++ (lib.optionals config.info.graphical (with pkgs; [
graphviz
yt-dlp
]));
@ -81,5 +83,7 @@
arandr
ffmpeg-full
mpv
xclip
xdotool
]));
}