Fixed cli-tools

This commit is contained in:
2025-01-17 01:34:13 -08:00
parent bf49baeb28
commit fe3a31818c

View File

@@ -3,29 +3,24 @@
{
home.packages = with pkgs; [
#cli tools
bat
btop
curl
dust
tldr
tailscale
docker
nix-prefetch-github
openssh
dust
ghostty
git
neovim
nettools
nix-prefetch-github
nmap
openssh
tailscale
thefuck
tldr
unzip
vim
wget
ghostty
neovim
bat
btop
#languages + devtools
go
python3-Full
];
programs = {
@@ -93,6 +88,8 @@
fk = "fuck";
lt = "eza --tree";
cd = "z";
cat = "bat";
catp = "bat -p";
open = "xdg-open";
rebuild = "sudo nixos-rebuild switch --flake /etc/nixos#default";
};