Compare commits
No commits in common. "8c2041893960399162f7aac682e292dbf2677706" and "eaac86bb1f525c6b8dae8558296241c5effe69e1" have entirely different histories.
8c20418939
...
eaac86bb1f
4 changed files with 0 additions and 31 deletions
|
|
@ -8,6 +8,5 @@
|
||||||
./keepassxc.nix
|
./keepassxc.nix
|
||||||
./jamesdsp.nix
|
./jamesdsp.nix
|
||||||
./vscode.nix
|
./vscode.nix
|
||||||
./git.nix
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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 ];
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
@ -7,7 +7,6 @@
|
||||||
./skanpage.nix
|
./skanpage.nix
|
||||||
./neochat.nix
|
./neochat.nix
|
||||||
./konsole.nix
|
./konsole.nix
|
||||||
./git.nix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# Enable the kde partition manager
|
# Enable the kde partition manager
|
||||||
|
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
||||||
{ pkgs, lib, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
home-manager.users.toast = {
|
|
||||||
programs.git = {
|
|
||||||
extraConfig = {
|
|
||||||
cola = {
|
|
||||||
terminal = "konsole";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue