Use catppuccin from nixpkgs
This commit is contained in:
parent
dda60e84d8
commit
ea3870aa6e
3 changed files with 18 additions and 18 deletions
|
|
@ -9,13 +9,8 @@
|
|||
};
|
||||
themes = {
|
||||
catppuccin-mocha = {
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "catppuccin";
|
||||
repo = "bat";
|
||||
rev = "master";
|
||||
hash = "sha256-6WVKQErGdaqb++oaXnY3i6/GuH2FhTgK0v4TN4Y0Wbw=";
|
||||
};
|
||||
file = "Catppuccin-mocha.tmTheme";
|
||||
src = pkgs.catppuccin;
|
||||
file = "bat/Catppuccin-mocha.tmTheme";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue