fix media stuff

This commit is contained in:
Schrottkatze 2025-03-19 15:41:22 +01:00
commit feec190765
No known key found for this signature in database
3 changed files with 4 additions and 3 deletions

View file

@ -48,7 +48,8 @@ in
nomacs
jellyfin-media-player
(mkIf cfg.videoEditing [kdePackages.kdenlive glaxnimate])
(mkIf cfg.videoEditing kdePackages.kdenlive)
(mkIf cfg.videoEditing glaxnimate)
];
};
};