2026-03-16 20:49:10 +01:00

9 lines
100 B
Nix

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