Common/git: use catppuccin mocha theme
This commit is contained in:
parent
e724778fcf
commit
1132547d91
1 changed files with 11 additions and 0 deletions
|
|
@ -1,5 +1,14 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
let
|
||||
catppuccinDelta = pkgs.fetchFromGitHub {
|
||||
owner = "catppuccin";
|
||||
repo = "delta";
|
||||
rev = "main";
|
||||
hash = "sha256-0QQLkfLBVuB2re6tjtPNuOQZNK0MDBAIFgNGHZM8afs=";
|
||||
};
|
||||
in
|
||||
|
||||
{
|
||||
home-manager.users.toast = {
|
||||
programs.git = {
|
||||
|
|
@ -10,8 +19,10 @@
|
|||
enable = true;
|
||||
options = {
|
||||
syntax-theme = "catppuccin-mocha";
|
||||
features = "catppuccin-mocha";
|
||||
};
|
||||
};
|
||||
includes = [{ path = "${catppuccinDelta}/themes/mocha.gitconfig"; }];
|
||||
extraConfig = {
|
||||
init.defaultBranch = "main";
|
||||
commit.verbose = "true";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue