Converted swaync to a home module

This commit is contained in:
alejandro-angulo 2024-08-02 20:01:03 -07:00
parent 4b83423f1c
commit 013c907a95
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
5 changed files with 49 additions and 45 deletions

View file

@ -26,5 +26,9 @@
git.enable = true;
zsh.enable = true;
};
services = {
swaync.enable = true;
};
};
}