home(imv): add gui check
This commit is contained in:
parent
d85adf3554
commit
98cb7be248
1 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
|||
{
|
||||
{ pkgs
|
||||
, lib
|
||||
, config
|
||||
, ... }: with lib; mkIf config.passthrough.gui {
|
||||
programs.imv.enable = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue