8 lines
105 B
Nix
8 lines
105 B
Nix
{ age, config, ... }: {
|
|
imports = [
|
|
./git.nix
|
|
./keyring.nix
|
|
./ssh.nix
|
|
./zsh.nix
|
|
];
|
|
}
|