From 928b1926112bacd7bc064bef8470f1c175630818 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Rivera?= Date: Sun, 2 Aug 2026 13:15:57 +0200 Subject: [PATCH] Auto: cleanup-2026-08-02T11-15-39Z --- modules/applications/tmux.nix | 1 - modules/applications/zsh.nix | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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 "$@"