cli tools

This commit is contained in:
2024-02-28 16:26:12 -05:00
parent 116856e6f2
commit 7a7c626474
5 changed files with 41 additions and 0 deletions

View File

@@ -7,6 +7,9 @@
../../modules/home-manager/zsh
../../modules/home-manager/tmux
../../modules/home-manager/taskwarrior
../../modules/home-manager/zoxide
../../modules/home-manager/eza
../../modules/home-manager/bat
];
home.username = "mthomson";
home.homeDirectory = "/Users/mthomson";
@@ -19,6 +22,8 @@
jq
fzf
ripgrep
tldr
cowsay
];
programs.home-manager.enable = true;