index
:
nix-monorepo.git
main
reorg
This directory contains the monorepo which I use to manage my (very small) Nix fleet.
Git server user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
use-cases
/
development
/
default.nix
blob: a2c36751e8fcec21fa0f1137bbf8511027311dbb (
plain
)
1
2
3
4
5
6
7
8
9
10
{
config
,
lib
,
...
}:
{
imports
=
[
./git.nix
./neovim.nix
./zsh.nix
];
}