fix(imv): add gui check
This commit is contained in:
parent
717304c3c4
commit
889a56f6d0
|
@ -1,3 +1,6 @@
|
|||
{
|
||||
{ pkgs
|
||||
, lib
|
||||
, config
|
||||
, ... }: with lib; mkIf config.passthrough.gui {
|
||||
programs.imv.enable = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue