fix bat config

This commit is contained in:
Frost-Phoenix 2023-11-06 16:02:00 +01:00
parent ff5c069b08
commit 3da7613d5f
2 changed files with 12 additions and 3 deletions

View file

@ -27,6 +27,15 @@
{ nixpkgs, self, ...} @ inputs:
let
selfPkgs = import ./pkgs;
catppuccin-fcitx5 = {
url = "github:catppuccin/fcitx5";
flake = false;
};
catppuccin-cava = {
url = "github:catppuccin/cava";
flake = false;
};
in
{
overlays.default = selfPkgs.overlay;