fix(imv): add gui check

This commit is contained in:
514fpv 2024-01-05 09:11:07 +08:00
parent 717304c3c4
commit 889a56f6d0
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;
}