From 5813c632bf9fd3191596e5db00c1ddcc90c9c180 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Wed, 30 Jul 2025 16:36:26 +0200 Subject: [PATCH] fix: make `config` input available so it can find `config.liv.gui` --- modules/home/packages.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/packages.nix b/modules/home/packages.nix index aa7f77d..ec02ef3 100644 --- a/modules/home/packages.nix +++ b/modules/home/packages.nix @@ -2,6 +2,7 @@ inputs, lib, pkgs, + config, ... }: with lib;