add: 1password git credential

This commit is contained in:
ooks-io 2023-08-18 18:02:09 +12:00
parent 7af623fd7c
commit 5cb94b5cf2

View file

@ -6,4 +6,8 @@
userName = "ooks-io";
userEmail = "ooks@protonmail.com";
};
home.packages = with pkgs; [
git-credential-1password
];
}