Converted swayidle to a home module

This commit is contained in:
alejandro-angulo 2024-08-03 08:15:19 -07:00
parent 9fb7bb1ae1
commit 0862244fd2
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
4 changed files with 43 additions and 44 deletions

View file

@ -7,7 +7,7 @@
namespace,
...
}: {
aa = {
${namespace} = {
apps = {
bat.enable = true;
btop.enable = true;
@ -30,8 +30,9 @@
};
services = {
swaync.enable = true;
playerctld.enable = true;
swayidle.enable = true;
swaync.enable = true;
};
};
}