update 23.11 -> 24.05

This commit is contained in:
Bryan Ramos 2024-06-01 16:13:23 -04:00
parent 6f756b7af0
commit 8b82ad2adb
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
6 changed files with 22 additions and 18 deletions

View file

@ -20,7 +20,11 @@ in
ripgrep.enable = true;
eza = {
enable = true;
enableAliases = true;
enableBashIntegration = true;
enableFishIntegration = false;
enableZshIntegration = false;
enableNushellIntegration = false;
enableIonIntegration = false;
};
};
};