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

15 lines
231 B
Nix
Raw Normal View History

2024-03-24 18:03:19 +00:00
{ ... }: {
imports = [
../sammy/home.nix
];
2024-03-24 18:03:19 +00:00
programs.ssh.includes = [
"./famedly-config"
];
2024-04-06 10:19:07 +00:00
programs.git.includes = [
{
path = "~/famedly/.gitconfig";
condition = "gitdir:~/famedly/";
}
];
2024-03-24 18:03:19 +00:00
}