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;