index
:
nixos-config
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
meta
/
git
/
default.nix
blob: 630285ce79a70008e730b281bef016e1b26894ae (
plain
) (
blame
)
1
2
3
4
5
6
7
{
pkgs
,
...
}:
{
home
.
packages
=
with
pkgs
;
[
gh onefetch gitoxide
];
}