My first module

This commit is contained in:
Yorick Barbanneau 2023-12-25 21:54:04 +01:00
parent cb37b7882d
commit 1d907edb1c
5 changed files with 26 additions and 9 deletions

5
hosts/morty/home.nix Normal file
View file

@ -0,0 +1,5 @@
{ ... }: {
config.modules = {
video.kdenlive.enable = true;
};
}