nixos-config/home/profiles/programs/desktop/common/wob.nix
2025-01-16 10:08:58 +01:00

5 lines
47 B
Nix

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