Kde: configure git-cola
This commit is contained in:
parent
34a9c49b17
commit
8c20418939
2 changed files with 14 additions and 0 deletions
13
roles/kde/programs/git.nix
Normal file
13
roles/kde/programs/git.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
home-manager.users.toast = {
|
||||
programs.git = {
|
||||
extraConfig = {
|
||||
cola = {
|
||||
terminal = "konsole";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue