This commit is contained in:
alsaiduq-lab 2025-03-16 23:44:16 -06:00
parent 1e9033f823
commit b9fe4ae3c7
8 changed files with 92 additions and 35 deletions

View file

@ -1,7 +0,0 @@
{ config, pkgs, lib, ... }:
{
home.packages = with pkgs; [
cava
];
}