moved cli stuff to commands in home-manager
This commit is contained in:
@@ -120,18 +120,6 @@
|
||||
packages = with pkgs; [
|
||||
#apps
|
||||
#cli
|
||||
bat
|
||||
btop
|
||||
dig
|
||||
neovim
|
||||
ollama
|
||||
openconnect
|
||||
putty
|
||||
thc-hydra
|
||||
tldr
|
||||
traceroute
|
||||
trivy
|
||||
wget
|
||||
# thunderbird
|
||||
];
|
||||
};
|
||||
|
||||
@@ -2,8 +2,17 @@
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
|
||||
zsh-history
|
||||
bat
|
||||
btop
|
||||
dig
|
||||
ollama
|
||||
openconnect
|
||||
putty
|
||||
thc-hydra
|
||||
tldr
|
||||
traceroute
|
||||
trivy
|
||||
wget
|
||||
];
|
||||
|
||||
programs = {
|
||||
|
||||
Reference in New Issue
Block a user