index
:
nixrc
this commit
main
NixOS/HM flakes
sefidel
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nixos
/
modules
/
default.nix
blob: f17f392407bd5c88e9468e6a8c5b9d7e2972fc15 (
plain
)
1
2
3
4
5
{
cachix
=
import
./cachix
;
flake
=
import
./flake.nix
;
nix
=
import
./nix.nix
;
}