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

@ -6,7 +6,6 @@
# Neochat depends on olm which is unsafe now
# ./neochat.nix
./konsole.nix
./git.nix
./kwin.nix
./baloo.nix
];

View file

@ -1,11 +0,0 @@
{...}: {
home-manager.users.toast = {
programs.git = {
extraConfig = {
cola = {
terminal = "konsole";
};
};
};
};
}