8 lines
160 B
Nix
8 lines
160 B
Nix
{
|
|
dadada = {
|
|
shell = "zsh";
|
|
keys = [
|
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJyTgdVPPxQeL5KZo9frZQlDIv2QkelJw3gNGoGtUMfw tim@metis"
|
|
];
|
|
};
|
|
}
|