dotfiles/common/users/homeModules/web.nix
2024-11-26 17:01:58 -05:00

12 lines
No EOL
235 B
Nix

{pkgs, ...}: {
home = {
packages = with pkgs; [
firefox-devedition
google-chrome
thunderbird
jellyfin-web
jellyfin-media-player
vlc
];
};
}