6 lines
137 B
Nix
6 lines
137 B
Nix
{
|
|
flake.modules.homeManager.tux-weckyy702-git = {
|
|
programs.git.signing.key = "/home/weckyy702/.ssh/id_ed25519_github_sign";
|
|
};
|
|
}
|