{pkgs, ...}: {
home.packages = builtins.attrValues {
inherit
(pkgs)
alsa-utils
wl-clipboard
wpaperd
swaylock
playerctl
hyprshot
;
};
}