Desktop: remove git cola

This commit is contained in:
Toast 2025-05-06 13:33:13 +02:00
parent c2d28ac798
commit ce69f89492
3 changed files with 1 additions and 24 deletions

View file

@ -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];
};
}