dotfiles/users/josh/by_hosts/joe/home_manager/vlc.nix
2024-04-07 12:54:35 -05:00

4 lines
51 B
Nix

{ pkgs, ... }:
{
home.packages = [ pkgs.vlc ];
}