nixos-config/home/programs/desktop/common/wob.nix
2025-06-06 11:20:44 +02:00

5 lines
47 B
Nix

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