10 lines
100 B
Nix
10 lines
100 B
Nix
{ pkgs, lib, config, ...}:
|
|
{ home.packages = with pkgs;
|
|
[
|
|
just
|
|
difftastic
|
|
git
|
|
zsh
|
|
erdtree
|
|
];
|
|
}
|