nix/users/gandalf/modules/packages.nix

7 lines
65 B
Nix

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