Gen 443: Organized home folder

This commit is contained in:
pagedMov
2024-10-13 00:36:02 -04:00
parent 5c1f765128
commit 75ded7f870
15 changed files with 23 additions and 97 deletions

View File

@@ -0,0 +1,12 @@
{ 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}/themes/mocha.cava";
}