{ inputs, ... }: { flake.homeModules.shell = {pkgs, ...}: { programs.eza = { enable = true; enableBashIntegration = true; enableZshIntegration = true; extraOptions = [ "-lgos type --no-time" ]; }; imports = with inputs.self.homeModules; [ zsh files docker ]; }; }