From 5e31cd8e3386fed7c020dca744ec8581a93153df Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Mon, 16 Feb 2026 16:38:13 -0600 Subject: [PATCH] fix --- modules/home-manager/shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home-manager/shell.nix b/modules/home-manager/shell.nix index e71bb81..080dd56 100644 --- a/modules/home-manager/shell.nix +++ b/modules/home-manager/shell.nix @@ -10,7 +10,7 @@ docker ]; - flake.homeModules.shell = {pkgs, ...}: + flake.homeModules.shell = {pkgs, lib, ...}: { programs.eza = { enable = true;