Enable keychain integration by default
This commit is contained in:
parent
a9ac4728d5
commit
b55b4a51cb
|
@ -15,6 +15,21 @@
|
||||||
controlMaster = "auto";
|
controlMaster = "auto";
|
||||||
controlPersist = "5s";
|
controlPersist = "5s";
|
||||||
};
|
};
|
||||||
|
programs.keychain = {
|
||||||
|
enable = true;
|
||||||
|
enableBashIntegration = true;
|
||||||
|
enableZshIntegration = true;
|
||||||
|
enableFishIntegration = true;
|
||||||
|
enableXsessionIntegration = true;
|
||||||
|
extraFlags = [
|
||||||
|
"--quiet"
|
||||||
|
"--noask"
|
||||||
|
];
|
||||||
|
keys = [
|
||||||
|
"id_rsa"
|
||||||
|
"id_ed25519"
|
||||||
|
];
|
||||||
|
};
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
userName = "Evie Litherland-Smith";
|
userName = "Evie Litherland-Smith";
|
||||||
|
|
Loading…
Reference in a new issue