dotfiles/home/modules/misc/entertainment.nix

12 lines
153 B
Nix
Raw Normal View History

2024-10-06 15:25:05 -05:00
{pkgs, ...}: {
home.packages = builtins.attrValues {
inherit
(pkgs)
feishin
2024-10-06 15:25:05 -05:00
prismlauncher
spotify
vlc
2024-10-06 15:25:05 -05:00
;
};
}