VLC and associated bits

This commit is contained in:
Greg Hellings
2022-08-19 10:55:31 -05:00
parent 46630f69bc
commit 2681a2f58e
2 changed files with 7 additions and 2 deletions
+1
View File
@@ -11,5 +11,6 @@
bitwarden
onlyoffice-bin
synology-drive-client
vlc
];
}
+6 -2
View File
@@ -18,7 +18,11 @@ in {
home.stateVersion = "22.05";
home.packages = [
pkgs.hms
home.packages = with pkgs; [
cdrtools
ffmpeg
hms
libtheora
x265
];
}