added swaync

This commit is contained in:
Tomas Rivera
2026-02-26 18:14:48 +01:00
parent ae3d890e87
commit 0fb41b8041
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
{ config, pkgs, ... }:
{
programs.swaync = {
enable = true;
};
}