dotfiles/home-manager/modules/misc/media.nix
2024-10-06 15:25:05 -05:00

16 lines
220 B
Nix
Executable file

{pkgs, ...}: {
home.packages = builtins.attrValues {
inherit
(pkgs)
beets
flameshot
celluloid
feishin
nomacs
mpv
open-dyslexic
spotify
vlc
;
};
}