index
:
my-nixpkgs
master
Personal Nix packages and modules.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
devenv
/
languages
/
default.nix
blob: a97402c8f78d180b0737c386c2ea78e6d616054c (
plain
)
1
2
3
{
imports
=
[
./latex.nix
./nix.nix
];
}