Use catppuccin from nixpkgs

This commit is contained in:
Toast 2024-01-13 14:11:25 +01:00
parent dda60e84d8
commit ea3870aa6e
3 changed files with 18 additions and 18 deletions

View file

@ -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";
};
};
};