🐱 Added Catppuccin flake, Added Cava, removed wlogout and replace bind

with Hyprpanel Dash
This commit is contained in:
2025-01-11 12:15:19 +01:00
parent c5b5896aef
commit d192efdf0f
6 changed files with 227 additions and 10 deletions

12
home-manager/cava.nix Normal file
View File

@ -0,0 +1,12 @@
## Audio visualizer
let
theme = import ../theme.nix;
in
{
catppuccin.cava = {
enable = true;
flavor = theme.flavor;
};
programs.cava.enable = true;
}