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
/
home
/
ebisu
/
fortune
/
development
/
languages
/
tex.nix
blob: 408b025183876caa815bc25fa8ee9786c9a87f08 (
plain
) (
blame
)
1
2
3
4
{
pkgs
,
...
}:
{
home
.
packages
=
with
pkgs
;
[
tectonic
];
}