5 lines
61 B
Nix
Raw Normal View History

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