From 6cbabb19656bba4ecd48b5652cf24b35a1d6f5bd Mon Sep 17 00:00:00 2001 From: 514fpv Date: Fri, 5 Jan 2024 09:11:07 +0800 Subject: [PATCH] home(imv): add gui check --- home/imv/home.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/home/imv/home.nix b/home/imv/home.nix index 02ebcb3e..e50dc321 100644 --- a/home/imv/home.nix +++ b/home/imv/home.nix @@ -1,3 +1,6 @@ -{ +{ pkgs +, lib +, config +, ... }: with lib; mkIf config.passthrough.gui { programs.imv.enable = true; }