feat(nix): migrate bash

This commit is contained in:
Stefan Imhoff
2024-07-29 15:33:42 +02:00
parent 3a0ab67db1
commit 53140e5556
3 changed files with 41 additions and 2 deletions

View File

@@ -9,6 +9,7 @@ in
./ack
./ag
./asdf
./bash
./bat
./ctags
./curl
@@ -82,7 +83,6 @@ in
# environment.
home.packages = with pkgs; [
atuin # Replacement for a shell history which records additional commands context with optional encrypted synchronization between machines
bash # GNU Bourne-Again Shell, the de facto standard shell on Linux
bfg-repo-cleaner # Removes large or troublesome blobs in a git repository like git-filter-branch does, but faster
btop # Monitor of resources
bzip2 # High-quality data compression program