feat: add ffmpeg
This commit is contained in:
parent
a7a8be28e6
commit
0b91657fc3
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,10 @@
|
|||
];
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
ffmpeg
|
||||
];
|
||||
|
||||
users.users.infinidoge = {
|
||||
uid = 1000;
|
||||
hashedPassword =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue