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
/
meta
/
tools
/
infrastructure
/
docker
/
default.nix
blob: 0a179526ab379a6b5fcd3af80e3748ee30806476 (
plain
) (
blame
)
1
2
3
4
5
{
pkgs
,
...
}:
{
home
.
packages
=
with
pkgs
;
[
earthly
];
}