feat(vlc): add play next extension
This commit is contained in:
parent
c908ee136b
commit
3dd00fedf0
3 changed files with 172 additions and 0 deletions
|
@ -15,5 +15,10 @@
|
|||
users.defaultUserShell = pkgs.zsh;
|
||||
environment.pathsToLink = [ "/share/zsh" ]; # enables completion
|
||||
}
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
p7zip
|
||||
];
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue