dotfiles/users/josh/home_manager/vlc.nix
2024-04-17 22:18:15 -05:00

4 lines
51 B
Nix

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