nixos/media.nix
2024-06-18 01:05:55 -07:00

4 lines
62 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = [pkgs.vlc];
}