packaged gck
This commit is contained in:
parent
2e866a0bef
commit
2aa6e85a57
3 changed files with 30 additions and 18 deletions
23
home/git-credential-keepassxc.nix
Normal file
23
home/git-credential-keepassxc.nix
Normal file
|
@ -0,0 +1,23 @@
|
|||
{ lib, fetchFromGitHub, rustPlatform }:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "git-credential-keepassxc";
|
||||
version = "0.10.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "frederick888";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-BmjGxDqX8j/69Uo8jjWtcJcxNHxI7S5+eZQMApdybq0=";
|
||||
};
|
||||
|
||||
cargoSha256 = "sha256-gXW08plJRE1Q6W+Dc2y+gu2R+KBRs3fBG1umdawDduA=";
|
||||
|
||||
meta = with lib; {
|
||||
description = "";
|
||||
homepage = "https://github.com/frederick888/git-credential-keepassxc";
|
||||
license = licenses.gpl3Only;
|
||||
maintainers = [ "all me baby" ];
|
||||
};
|
||||
|
||||
}
|
|
@ -46,6 +46,8 @@
|
|||
|
||||
plasma-browser-integration
|
||||
|
||||
# (callPackage /home/fossil/Code/git-credential-keepassxc/default.nix {})
|
||||
|
||||
];
|
||||
|
||||
gtk = {
|
||||
|
@ -73,7 +75,7 @@
|
|||
sidebery
|
||||
plasma-integration
|
||||
keepassxc-browser
|
||||
arc-dark-theme-we
|
||||
# arc-dark-theme-we
|
||||
];
|
||||
profiles.default = {
|
||||
id = 0;
|
||||
|
@ -110,6 +112,9 @@
|
|||
enable = true;
|
||||
userName = "atagen";
|
||||
userEmail = "atagen@boss.co";
|
||||
extraConfig = {
|
||||
credential.helper = "git-credential-keepassxc";
|
||||
};
|
||||
};
|
||||
|
||||
programs.zoxide = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue