Move kdenkive to modules directories

This commit is contained in:
Yorick Barbanneau 2023-12-25 22:36:21 +01:00
parent 18ea2b4ec8
commit 2b7d1ec452
4 changed files with 1 additions and 1 deletions

View file

@ -1,6 +1,7 @@
{ lib, config, pkgs, ... }:
{
imports = [
./video/kdenlive
./web/qutebrowser/default.nix
];
}