feat: dwm stuff

This commit is contained in:
2024-12-27 19:59:52 +01:00
parent 0a39ffcfe8
commit 6ffe616413
13 changed files with 621 additions and 2 deletions

5
home/dwm/easyeffects.nix Normal file
View File

@@ -0,0 +1,5 @@
{pkgs, ...}: {
services.easyeffects = {
enable = true;
};
}