🐱 Added Catppuccin flake, Added Cava, removed wlogout and replace bind
with Hyprpanel Dash
This commit is contained in:
12
home-manager/cava.nix
Normal file
12
home-manager/cava.nix
Normal file
@ -0,0 +1,12 @@
|
||||
## Audio visualizer
|
||||
let
|
||||
theme = import ../theme.nix;
|
||||
in
|
||||
{
|
||||
catppuccin.cava = {
|
||||
enable = true;
|
||||
flavor = theme.flavor;
|
||||
};
|
||||
|
||||
programs.cava.enable = true;
|
||||
}
|
Reference in New Issue
Block a user