1

chore: rename kdenlive package

This commit is contained in:
Himadri Bhattacharjee
2024-09-09 13:44:27 +05:30
parent f4a39798f0
commit 893df48acf

View File

@@ -1,7 +1,7 @@
{ pkgs, ... }: {
home.packages = with pkgs; [
ffmpeg-full
kdenlive
kdePackages.kdenlive
tenacity
];
}