Jafner.net/nix/home-manager/app/media/vlc.nix

4 lines
56 B
Nix
Raw Normal View History

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