multimedia: Add video related applications
This commit is contained in:
parent
34b4cf62c2
commit
c4accfc1d5
1 changed files with 14 additions and 0 deletions
14
modules/nixos/multimedia/video/default.nix
Normal file
14
modules/nixos/multimedia/video/default.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{ pkgs, username, ... }:
|
||||
|
||||
{
|
||||
environment.persistence."/nix/persist" = {
|
||||
users."${username}".directories = [
|
||||
];
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
mpv
|
||||
handbrake
|
||||
parabolic
|
||||
];
|
||||
}
|
Loading…
Add table
Reference in a new issue