index
:
infra
main
nix configuration for my machines
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
machines
/
nixos
/
x86_64-linux
/
synology-vm
/
home.nix
blob: 8f0935e642728b604f49ba24e62321b19388e44f (
plain
) (
blame
)
1
2
3
4
5
6
{
self
,
...
}:
{
imports
=
[
"
${
self
}
/home/programs/bat.nix"
];
}