index
:
~rosa/dotfiles
main
refactor
Rosa
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
user
/
default.nix
blob: 08be102dd2bbe066f753d8a0f45947702f074a5a (
plain
) (
blame
)
1
2
3
4
5
6
7
8
9
{
config
,
...
}:
{
imports
=
[
./git.nix
./kakoune
./ssh.nix
./zsh.nix
];
}