Files
old-nixos-dotfiles/user/apps/media/vlc.nix

7 lines
63 B
Nix

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