nixos-config/home/programs/desktop/common/wob.nix
2024-06-07 18:30:15 +02:00

5 lines
47 B
Nix

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