home(imv): add gui check

This commit is contained in:
514fpv 2024-01-05 09:11:07 +08:00
parent a0829f2b4c
commit bf2ebe4671
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

View file

@ -1,3 +1,6 @@
{
{ pkgs
, lib
, config
, ... }: with lib; mkIf config.passthrough.gui {
programs.imv.enable = true;
}