flocon/home/services/swaync.nix

6 lines
53 B
Nix
Raw Normal View History

2024-11-24 22:38:41 +00:00
_: {
services.swaync = {
enable = true;
};
}