Desktop: remove git cola
This commit is contained in:
parent
c2d28ac798
commit
ce69f89492
3 changed files with 1 additions and 24 deletions
|
|
@ -1,18 +1,7 @@
|
|||
{
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
{pkgs, ...}: {
|
||||
home-manager.users.toast = {
|
||||
programs.git = {
|
||||
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