home(imv): enable imv

This commit is contained in:
514fpv 2024-01-05 09:10:01 +08:00
parent bc0f40c66e
commit a0829f2b4c
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;
}