diff --git a/modules/applications/tmux.nix b/modules/applications/tmux.nix index b07a0b3..6870167 100644 --- a/modules/applications/tmux.nix +++ b/modules/applications/tmux.nix @@ -1,5 +1,4 @@ _: { - flake.homeModules.tmux = _: { programs.tmux = { enable = true; diff --git a/modules/applications/zsh.nix b/modules/applications/zsh.nix index 3305adc..dfea8fd 100644 --- a/modules/applications/zsh.nix +++ b/modules/applications/zsh.nix @@ -50,7 +50,7 @@ _: { command cat "$@" fi } - + custom-eza() { # behaves differently if we just call it or if we pipe initContent if [[ -t 1 ]]; then eza -hlF -aa --color=always --hyperlink --group-directories-first --show-symlinks --icons=always --git --no-permissions "$@"