nixos-config/home/desktop/common/wob.nix
2025-06-06 13:35:38 +02:00

5 lines
47 B
Nix

{
services.wob = {
enable = true;
};
}