dotfiles/common/users/homeModules/web.nix
2025-02-04 01:51:05 -05:00

13 lines
190 B
Nix

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