From 8ec3bd14acad13fc9c1c25d9087e41e2ecc3bbd6 Mon Sep 17 00:00:00 2001 From: Hunter Date: Wed, 17 Dec 2025 16:14:56 -0500 Subject: [PATCH] Update hosts/user-config.nix Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- hosts/user-config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/user-config.nix b/hosts/user-config.nix index c77e9e3..91bf233 100644 --- a/hosts/user-config.nix +++ b/hosts/user-config.nix @@ -245,7 +245,7 @@ in ; }; in - lib.filterAttrs (name: _: name != "ugaif") evaluated + lib.filterAttrs (attrName: _: attrName != "ugaif") evaluated else { };