index
:
monorepo.git
main
My monorepo which manages everything, from my nix flake to my org files.
System administrator
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nix
/
systems
/
includes.nix
blob: 5122fb2009b076a71f617fd97741ebfbfe460c35 (
plain
)
1
2
3
4
5
6
7
{ config, lib, ... }: { imports = [ ./home.nix ../modules/default.nix ]; }