mirror of
https://github.com/ItsDrike/nixdots
synced 2024-12-25 17:54:35 +00:00
Add vdhcoapp
This commit is contained in:
parent
e344135588
commit
e1818d2abd
|
@ -13,5 +13,9 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
# TODO: Finish this
|
# TODO: Finish this
|
||||||
};
|
};
|
||||||
|
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
vdhcoapp # video download helper plugin companion app
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue