Kde: configure git-cola
This commit is contained in:
parent
34a9c49b17
commit
8c20418939
2 changed files with 14 additions and 0 deletions
|
|
@ -7,6 +7,7 @@
|
||||||
./skanpage.nix
|
./skanpage.nix
|
||||||
./neochat.nix
|
./neochat.nix
|
||||||
./konsole.nix
|
./konsole.nix
|
||||||
|
./git.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# Enable the kde partition manager
|
# Enable the kde partition manager
|
||||||
|
|
|
||||||
13
roles/kde/programs/git.nix
Normal file
13
roles/kde/programs/git.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
{ pkgs, lib, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
home-manager.users.toast = {
|
||||||
|
programs.git = {
|
||||||
|
extraConfig = {
|
||||||
|
cola = {
|
||||||
|
terminal = "konsole";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue