nix-infra/users/sammy@chansey/home.nix

14 lines
231 B
Nix

{ ... }: {
imports = [
../sammy/home.nix
];
programs.ssh.includes = [
"./famedly-config"
];
programs.git.includes = [
{
path = "~/famedly/.gitconfig";
condition = "gitdir:~/famedly/";
}
];
}