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
/
tools
/
http
/
default.nix
blob: 96c247cd7c7892334d9cadc23fceb556f7348126 (
plain
) (
blame
)
1
{
pkgs
,
...
}:
{
home
.
packages
=
with
pkgs
;
[
httpie httpie-desktop
];
}