2024-03-21 19:37:29 +00:00
|
|
|
{ lib, config, pkgs, ... }:
|
2024-03-21 18:33:54 +00:00
|
|
|
|
|
|
|
{
|
|
|
|
home.username = "tine";
|
|
|
|
home.homeDirectory = "/home/tine";
|
2024-03-21 19:37:29 +00:00
|
|
|
|
|
|
|
programs.git.extraConfig.user.signingkey = lib.mkForce "~/.ssh/id_rsa";
|
2024-03-21 18:33:54 +00:00
|
|
|
}
|