20 lines
189 B
Nix
20 lines
189 B
Nix
{
|
|
pkgs,
|
|
lib,
|
|
config,
|
|
...
|
|
}: {
|
|
home.packages = with pkgs; [
|
|
just
|
|
difftastic
|
|
git
|
|
zsh
|
|
erdtree
|
|
htop
|
|
ripgrep
|
|
zellij
|
|
neovim
|
|
bat
|
|
comma
|
|
];
|
|
}
|