packaged gck

This commit is contained in:
atagen 2022-08-27 20:15:49 +10:00
parent 2e866a0bef
commit 2aa6e85a57
3 changed files with 30 additions and 18 deletions

View file

@ -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 = {