Compare commits

..

No commits in common. "8c2041893960399162f7aac682e292dbf2677706" and "eaac86bb1f525c6b8dae8558296241c5effe69e1" have entirely different histories.

4 changed files with 0 additions and 31 deletions

View file

@ -8,6 +8,5 @@
./keepassxc.nix
./jamesdsp.nix
./vscode.nix
./git.nix
];
}

View file

@ -1,16 +0,0 @@
{ pkgs, lib, ... }:
{
home-manager.users.toast = {
programs.git = {
package = pkgs.gitFull;
extraConfig = {
cola = {
icontheme = lib.mkDefault "dark";
};
};
};
home.packages = [ pkgs.git-cola ];
};
}

View file

@ -7,7 +7,6 @@
./skanpage.nix
./neochat.nix
./konsole.nix
./git.nix
];
# Enable the kde partition manager

View file

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