9 lines
100 B
Nix
9 lines
100 B
Nix
{
|
|
imports = [
|
|
./git.nix
|
|
./keyring.nix
|
|
./restic.nix
|
|
./ssh.nix
|
|
./zsh.nix
|
|
];
|
|
}
|