From 6eecb1a9bd16ca925cd35d4cff2c1682472a9370 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Mon, 16 Feb 2026 16:41:35 -0600 Subject: [PATCH] fix --- modules/home-manager/shell.nix | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/modules/home-manager/shell.nix b/modules/home-manager/shell.nix index 080dd56..8e600aa 100644 --- a/modules/home-manager/shell.nix +++ b/modules/home-manager/shell.nix @@ -1,17 +1,17 @@ { inputs, ... }: { - imports = with inputs.self.homeModules; [ - # Shells - bash - zsh - - # Tools - files - docker - ]; - flake.homeModules.shell = {pkgs, lib, ...}: { + imports = with inputs.self.homeModules; [ + # Shells + bash + zsh + + # Tools + files + docker + ]; + programs.eza = { enable = true; package = pkgs.eza;