change files structure
This commit is contained in:
parent
f3a6ce6554
commit
736048f9e5
24 changed files with 28 additions and 31 deletions
11
modules/home/cava.nix
Normal file
11
modules/home/cava.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ inputs, pkgs, ... }:
|
||||
{
|
||||
programs.cava = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
# https://github.com/catppuccin/cava
|
||||
home.file.".config/cava/config".text = ''
|
||||
# custom cava config
|
||||
'' + builtins.readFile "${inputs.catppuccin-cava}/mocha.cava";
|
||||
}
|
||||
Reference in a new issue