dotfiles/nix/home-manager/modules/packages/default.nix
2023-05-14 14:39:50 -04:00

31 lines
374 B
Nix

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