moved cli stuff to commands in home-manager

This commit is contained in:
2025-04-01 10:45:55 -07:00
parent 8b8b4f9201
commit 5f3a231a92
2 changed files with 11 additions and 14 deletions

View File

@@ -120,18 +120,6 @@
packages = with pkgs; [
#apps
#cli
bat
btop
dig
neovim
ollama
openconnect
putty
thc-hydra
tldr
traceroute
trivy
wget
# thunderbird
];
};

View File

@@ -2,8 +2,17 @@
{
home.packages = with pkgs; [
zsh-history
bat
btop
dig
ollama
openconnect
putty
thc-hydra
tldr
traceroute
trivy
wget
];
programs = {