Gen 336: tweaked visuals in nvim and btop, added more configuration for btop

This commit is contained in:
pagedMov
2024-10-11 03:26:30 -04:00
parent f3a8370799
commit 41660a217f
6 changed files with 47 additions and 21 deletions

View File

@@ -18,18 +18,21 @@
};
catppuccin-bat = {
url = "github:catppuccin/bat";
flake = false;
url = "github:catppuccin/bat";
flake = false;
};
catppuccin-cava = {
url = "github:catppuccin/cava";
flake = false;
url = "github:catppuccin/cava";
flake = false;
};
catppuccin-starship = {
url = "github:catppuccin/starship";
flake = false;
url = "github:catppuccin/starship";
flake = false;
};
catppuccin-yazi = {
url = "github:catppuccin/yazi";
flake = false;
};
spicetify-nix = {
url = "github:gerg-l/spicetify-nix";
inputs.nixpkgs.follows = "nixpkgs";