Cope with the current alacritty
This commit is contained in:
parent
e000d58df4
commit
77dcc187f5
2 changed files with 22 additions and 3 deletions
|
@ -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"
|
||||
];
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue