Desktop/git: install and configure git-cola
This commit is contained in:
parent
1ccb1ded82
commit
34a9c49b17
1 changed files with 7 additions and 0 deletions
|
|
@ -4,6 +4,13 @@
|
||||||
home-manager.users.toast = {
|
home-manager.users.toast = {
|
||||||
programs.git = {
|
programs.git = {
|
||||||
package = pkgs.gitFull;
|
package = pkgs.gitFull;
|
||||||
|
extraConfig = {
|
||||||
|
cola = {
|
||||||
|
icontheme = lib.mkDefault "dark";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
home.packages = [ pkgs.git-cola ];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue