diff --git a/modules/home/all/terminal.nix b/modules/home/all/terminal.nix index b5e86a6..bd40c44 100644 --- a/modules/home/all/terminal.nix +++ b/modules/home/all/terminal.nix @@ -69,10 +69,12 @@ in enableZshIntegration = true; }; nix-index-database.comma.enable = true; - lsd = { + /* + lsd = { enable = true; enableAliases = true; - }; + }; + */ bat.enable = true; autojump.enable = false; zoxide.enable = true;