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];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
# Neochat depends on olm which is unsafe now
|
||||
# ./neochat.nix
|
||||
./konsole.nix
|
||||
./git.nix
|
||||
./kwin.nix
|
||||
./baloo.nix
|
||||
];
|
||||
|
|
|
|||
|
|
@ -1,11 +0,0 @@
|
|||
{...}: {
|
||||
home-manager.users.toast = {
|
||||
programs.git = {
|
||||
extraConfig = {
|
||||
cola = {
|
||||
terminal = "konsole";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue