feat: reorganized misc home manager files

This commit is contained in:
Nick 2024-11-03 17:50:29 -06:00
parent 4909d02264
commit 669316009c
19 changed files with 43 additions and 133 deletions

View file

@ -0,0 +1,38 @@
{pkgs, ...}: {
home.packages = builtins.attrValues {
inherit
(pkgs)
acpi
cifs-utils
fastfetch
ffmpeg
flac
gvfs
hardinfo
inetutils
libgen-cli
libnatpmp
ncdu
networkmanager-openvpn
nftables
nyancat
openssl
pciutils
pinentry
playerctl
simple-mtpfs
sshfs
tokei
tomb
unrar
unzip
wezterm
wget
wine
xdg-utils
xdotool
yt-dlp
zip
;
};
}