dotfiles/nix/home-manager/modules/packages/default.nix

29 lines
346 B
Nix

{
pkgs,
lib,
config,
...
}: {
imports = [./git.nix ./starship.nix ./zellij.nix];
home.packages = with pkgs; [
bandwhich
bat
cargo-workspaces
dogdns
erdtree
fd
git
gnutar
gping
internetarchive
jless
just
kondo
litecli
neovim
poetry
ripgrep
yt-dlp
zstd
];
}