nix-config/home/lander/features/cli/default.nix
Lander Van den Bulcke 74544e5d9c
feat: add catppuccin theme to btop
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
2024-08-29 09:07:46 +02:00

22 lines
219 B
Nix

{ pkgs, ... }:
{
imports = [
./git
./btop.nix
./starship.nix
./vim.nix
./zsh.nix
];
home.packages = with pkgs; [
ncdu
eza
ripgrep
fd
httpie
diffsitter
jq
];
}