feat(vlc): add play next extension

This commit is contained in:
Mohammad Rafiq 2025-06-06 19:12:57 +08:00
parent c908ee136b
commit 3dd00fedf0
No known key found for this signature in database
3 changed files with 172 additions and 0 deletions

View file

@ -15,5 +15,10 @@
users.defaultUserShell = pkgs.zsh;
environment.pathsToLink = [ "/share/zsh" ]; # enables completion
}
{
environment.systemPackages = with pkgs; [
p7zip
];
}
];
}