packaged gck
This commit is contained in:
parent
2e866a0bef
commit
2aa6e85a57
3 changed files with 30 additions and 18 deletions
|
@ -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