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