Files
nixos-config/home/programs/vlc.nix
2025-05-07 20:35:17 +02:00

6 lines
58 B
Nix

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