Cope with the current alacritty

This commit is contained in:
Natsu Kagami 2022-04-27 14:20:22 -04:00
parent e000d58df4
commit 77dcc187f5
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51
2 changed files with 22 additions and 3 deletions

View file

@ -9,6 +9,11 @@ with lib; {
};
services.gpg-agent.enable = true;
services.gpg-agent.pinentryFlavor = "gnome3";
# Git "safe-directory"
programs.git.extraConfig.safe.directory = [
"${config.home.homeDirectory}/.config/nixpkgs"
];
});
}