theyre ass
This commit is contained in:
Executable
+18
@@ -0,0 +1,18 @@
|
||||
{ config, lib, ... }:
|
||||
|
||||
{
|
||||
programs.cava = {
|
||||
enable = true;
|
||||
settings = {
|
||||
# im genuinely so lazy rn
|
||||
};
|
||||
};
|
||||
|
||||
# Catppuccin
|
||||
catppuccin.cava = {
|
||||
enable = true;
|
||||
flavor = "mocha";
|
||||
transparent = true;
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user