chore: massive cleanup

This commit is contained in:
Nick 2025-10-04 17:01:54 -05:00
parent 5f63b6351b
commit 988a31c52b
14 changed files with 73 additions and 651 deletions

View file

@ -1,7 +0,0 @@
{ pkgs, ... }:
{
services.espanso = {
package = pkgs.espanso-wayland;
enable = true;
};
}