feat(imv): enable imv

This commit is contained in:
514fpv 2024-01-05 09:10:01 +08:00
parent cb94c288bb
commit 717304c3c4
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

3
home/imv/home.nix Normal file
View file

@ -0,0 +1,3 @@
{
programs.imv.enable = true;
}